求幫忙,,大神們
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
什么意思?????
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
什么意思?????
2015-09-07
舉報
2015-09-11
#include <stdio.h>
int main()?
{
? ? int sale=120; //銷售業(yè)績?yōu)?20萬
? ? int year=1; //剛剛進入公司1年
? ? //完善代碼
return 0;
}
2015-09-08
代碼貼一下看看