Wrong Answer
/in/foo.cc: In function 'int test(int)':
/in/foo.cc:25:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   25 |     if (a == 10)
      |     ^~
/in/foo.cc:27:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   27 |         d += a * g;
      |         ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - A4-4 回文数专题:回文数个数
 - 比赛
 - 2025年春 南师大《程序设计与竞赛》作业赛第一场
 - 语言
 - C++
 - 递交时间
 - 2025-03-07 02:10:29
 - 评测时间
 - 2025-03-07 02:10:29
 - 评测机
 
- 分数
 - 20
 - 总耗时
 - 12ms
 - 峰值内存
 - 536.0 KiB