Wrong Answer
foo.cc: In function ‘int read()’: foo.cc:20:5: warning: this ‘while’ clause does not guard... [-Wmisleading-indentation] 20 | while(ch>=48&&ch<=57) | ^~~~~ foo.cc:22:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘while’ 22 | return x*f; | ^~~~~~ foo.cc: In function ‘int bu(int, int)’: foo.cc:145:20: warning: suggest parentheses around ‘+’ inside ‘>>’ [-Wparentheses] 145 | int mid = l+r>>1; | ~^~
信息
- 递交者
- 类型
- 递交
- 题目
- P1835 维护数列
- 语言
- C++
- 递交时间
- 2025-07-24 20:37:48
- 评测时间
- 2025-07-24 20:37:48
- 评测机
- 分数
- 0
- 总耗时
- 2293ms
- 峰值内存
- 32.992 MiB