/*
*
*/
#include<iostream>
using namespace std;
int main()
{
int a=1;
int b=2;
cout << a+++b << endl;
system("pause");
return 0;
}
C++的a+++b
最新推荐文章于 2025-03-26 10:00:00 发布
/*
*
*/
#include<iostream>
using namespace std;
int main()
{
int a=1;
int b=2;
cout << a+++b << endl;
system("pause");
return 0;
}