Compile Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:10:9: error: 'xx' was not declared in this scope
   int x=xx,y=0;
         ^~
/in/foo.cc:14:5: error: 'y' was not declared in this scope
     y=y*10+x1;
     ^
/in/foo.cc:17:8: error: 'y' was not declared in this scope
  if(x==y)
        ^
  信息
- 递交者
- 类型
- 递交
- 题目
- A4-4 回文数专题:回文数个数
- 比赛
- 泰院2401程序设计基础作业赛第三场
- 语言
- C++
- 递交时间
- 2024-11-04 14:13:24
- 评测时间
- 2024-11-04 14:13:24
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes