Time Exceeded
foo.cc: In function 'int IO::read()': foo.cc:25:9: warning: this 'while' clause does not guard... [-Wmisleading-indentation] 25 | while(ch<='9'&&ch>='0')x=x*10+ch-'0',ch=gc();return x*f; | ^~~~~ foo.cc:25:54: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' 25 | while(ch<='9'&&ch>='0')x=x*10+ch-'0',ch=gc();return x*f; | ^~~~~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1002 [BeiJing2006]狼抓兔子
- 语言
- C++
- 递交时间
- 2023-12-30 17:12:46
- 评测时间
- 2023-12-30 17:12:46
- 评测机
- 分数
- 80
- 总耗时
- ≥1433ms
- 峰值内存
- ≥122.785 MiB