重新学习编程第一天
#include<iostream>
#include<Windows.h>
using namespace std;
int main(void)
{
cout << "nn" << endl;
system("pause");
return 0;
}
虽然很简单但是还是犯了错误:严重性 代码 说明 项目 文件 行 禁止显示状态
错误 C4430 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int Project1 E:\Project1\源.cpp 7
没加int