慕移动8830491
2015-09-07 22:22
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;
}
代码贴一下看看
C语言入门
926020 学习 · 20793 问题
相似问题