记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:7:2: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
  while (a > 0); {
  ^~~~~
/in/foo.c:7:17: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
  while (a > 0); {
                 ^
/in/foo.c:12:2: error: expected declaration or statement at end of input
  return 0;
  ^~~~~~

信息

递交者
类型
递交
题目
A4-1 回文数专题:数字之和
比赛
南师大(含泰州学院)2024年新生赛(第一场)
语言
C
递交时间
2024-08-15 14:18:40
评测时间
2024-08-15 14:18:40
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes