warning: no newline at end of file
In function 'main':
error: expected declaration or statement at end of input
error: expected declaration or statement at end of input
什么意思?????
#include <stdio.h>
int main()
{
int sale=120; //销售业绩为120万
int year=1; //刚刚进入公司1年
//完善代码
return 0;
}
代码贴一下看看