/ jr530 /

记录详情

Compile Error

/in/foo.cc:1:4: error: stray '#' in program
    1 |  1 #include<bits/stdc++.h>
      |    ^
/in/foo.cc:1:2: error: expected unqualified-id before numeric constant
    1 |  1 #include<bits/stdc++.h>
      |  ^
/in/foo.cc:3:2: error: expected unqualified-id before numeric constant
    3 |  2 int n,s[101],k,h,sum;
      |  ^
/in/foo.cc:4:2: error: expected unqualified-id before numeric constant
    4 |  3
      |  ^
/in/foo.cc:13:5: error: 'f' does not name a type
   13 | 12 }f[101];
      |     ^
/in/foo.cc:14:1: error: expected unqualified-id before numeric constant
   14 | 13
      | ^~

信息

递交者
类型
递交
题目
P1001 谁拿了最多奖学金
语言
C++
递交时间
2025-05-27 17:33:32
评测时间
2025-05-27 17:33:32
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes