Compile Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:46:16: error: expected ';' before 'ans'
46 | (nt!=1) ans++;
| ^~~~
| ;
/in/foo.cc:46:12: warning: statement has no effect [-Wunused-value]
46 | (nt!=1) ans++;
| ~~~^~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P2855 奇妙数字2024.12GESP5级T1
- 语言
- C++
- 递交时间
- 2026-06-26 17:08:14
- 评测时间
- 2026-06-26 17:08:14
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes