记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:9:2: error: 'd0' undeclared (first use in this function)
  d0
  ^~
/in/foo.c:9:2: note: each undeclared identifier is reported only once for each function it appears in
/in/foo.c:10:2: error: expected ';' before '{' token
  {
  ^
/in/foo.c:5:6: warning: variable 'x' set but not used [-Wunused-but-set-variable]
  int x,i,j;
      ^

信息

递交者
类型
递交
题目
A4-3 回文数专题:回文数判断
比赛
中北 计算机2021级专业修读指导(2)
语言
C
递交时间
2021-12-07 19:14:23
评测时间
2021-12-07 19:14:23
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes