Compile Error
/in/foo.c: In function 'main':
/in/foo.c:5:10: error: redeclaration of 'num' with no linkage
  int num,num = 0;
          ^~~
/in/foo.c:5:6: note: previous declaration of 'num' was here
  int num,num = 0;
      ^~~
/in/foo.c:12:11: error: 'o' undeclared (first use in this function)
   int z = o;
           ^
/in/foo.c:12:11: note: each undeclared identifier is reported only once for each function it appears in
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - A4-4 回文数专题:回文数个数
 - 比赛
 - 南师大(含泰州学院)2024年新生赛(第一场)
 - 语言
 - C
 - 递交时间
 - 2024-08-19 22:49:32
 - 评测时间
 - 2024-08-19 22:49:32
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes