Time Exceeded
/in/foo.cc: In function 'void read(ll&)':
/in/foo.cc:16:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for (x=0;c<='9'&&c>='0';c=getchar()) x=x*10+(c&15);x*=f;
^~~
/in/foo.cc:16:53: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for (x=0;c<='9'&&c>='0';c=getchar()) x=x*10+(c&15);x*=f;
^
信息
- 递交者
- 类型
- 递交
- 题目
- P1000 窃取培优1.0
- 语言
- C++
- 递交时间
- 2020-02-16 07:43:21
- 评测时间
- 2020-02-16 07:44:48
- 评测机
- 分数
- 0
- 总耗时
- ≥10009ms
- 峰值内存
- ≥220.0 KiB