/ Vijos /

记录详情

Compile Error

/in/foo.cc:1:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
/in/foo.cc:2:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
/in/foo.cc: In function 'int group_handle(int)':
/in/foo.cc:28:70: error: 'scanf' was not declared in this scope
 scanf("%s %d %d %c %c %d", &name, &avr, &cls, &Leader, &WestStu, &exp);
                                                                      ^
/in/foo.cc:55:49: error: 'printf' was not declared in this scope
 printf("%s\n%d\n%d\n", highestname, highest, sum);
                                                 ^
/in/foo.cc:56:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
/in/foo.cc: In function 'int main(int, char**)':
/in/foo.cc:60:22: error: 'scanf' was not declared in this scope
 scanf("%d", &groupnum);
                      ^

信息

递交者
类型
递交
题目
P1001 谁拿了最多奖学金
语言
C++
递交时间
2019-10-13 14:29:03
评测时间
2019-10-13 14:29:03
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes