记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:11:20: error: stray '\342' in program
   11 |         if(delta>le<U+2014>6)
      |                    ^~~~~~~~
/in/foo.c:11:18: error: 'le' undeclared (first use in this function)
   11 |         if(delta>le—6)
      |                  ^~
/in/foo.c:11:18: note: each undeclared identifier is reported only once for each function it appears in
/in/foo.c:11:20: error: expected ')' before numeric constant
   11 |         if(delta>le—6)
      |           ~        ^~
      |                    )
/in/foo.c:32:9: error: expected declaration or statement at end of input
   32 |         return 0;
      |         ^~~~~~

信息

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