记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:5:8: warning: missing terminating ' character
    5 |  scanf('%d",&score);
      |        ^
/in/foo.c:5:8: error: missing terminating ' character
    5 |  scanf('%d",&score);
      |        ^~~~~~~~~~~~~
/in/foo.c:6:12: error: expected expression before 'if'
    6 |            if(score>=80&&score<=100)
      |            ^~
/in/foo.c:14:27: error: stray '\343' in program
   14 |            }else if(score><U+300B>=0&&score<=60)
      |                           ^~~~~~~~
/in/foo.c:17:13: error: expected ';' before '}' token
   17 |     return 0
      |             ^
      |             ;
   18 | }
      | ~            
/in/foo.c:4:6: warning: unused variable 'score' [-Wunused-variable]
    4 | {int score;
      |      ^~~~~

信息

递交者
类型
自测
语言
C
递交时间
2025-11-12 22:52:22
评测时间
2025-11-12 22:52:22
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes