记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:6:2: error: 'class' undeclared (first use in this function)
  class int AVG;
  ^~~~~
/in/foo.c:6:2: note: each undeclared identifier is reported only once for each function it appears in
/in/foo.c:6:8: error: expected ';' before 'int'
  class int AVG;
        ^~~
/in/foo.c:7:8: error: expected ';' before 'int'
  class int MAX;
        ^~~
/in/foo.c:8:8: error: expected ';' before 'int'
  class int MIN;
        ^~~
/in/foo.c:5:6: warning: unused variable 'a' [-Wunused-variable]
 {int a=10;
      ^

信息

递交者
类型
递交
比赛
2024级9点
语言
C
递交时间
2024-12-24 09:22:17
评测时间
2024-12-24 09:22:17
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes