为什么手敲正常编译,但是复制粘贴报编译错误。代码如下,求大佬解答
#include<iostream> #include<cstdio> using namespace std; int mian() { return 0; }