Time Exceeded
/in/foo.cc: In function 'const int read()':
/in/foo.cc:19:1: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
19 | for(;c>='0'&&c<='9';c=getchar())r=r*10+c-'0';return k*r;}
| ^~~
/in/foo.cc:19:46: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
19 | for(;c>='0'&&c<='9';c=getchar())r=r*10+c-'0';return k*r;}
| ^~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1350 C数列
- 语言
- C++
- 递交时间
- 2026-02-20 14:10:16
- 评测时间
- 2026-02-20 14:10:16
- 评测机
- 分数
- 0
- 总耗时
- ≥8016ms
- 峰值内存
- ≥540.0 KiB