level 1
#include<iostream>
using namesapce std;
#define Pause() system("pause");
int main(int*sender,char*args[])
{
cout<<1 + 2 * 3 - 4 / 5 <<endl;
// 1 + 2 * 3 - 4 / 5 -> float
Pause();
return 0;
}
// 存手打,没用vs~~格式自己规范下吧。
// 标准 C++(非托管)
2014年01月01日 15点01分