100 Accepted
foo.cc: In function 'int read()': foo.cc:14:9: warning: this 'while' clause does not guard... [-Wmisleading-indentation] 14 | while ((ch = gc()) > ' ') x = 10 * x + ch - '0'; return x; | ^~~~~ foo.cc:14:58: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' 14 | while ((ch = gc()) > ' ') x = 10 * x + ch - '0'; return x; | ^~~~~~ foo.cc: In function 'int main()': foo.cc:51:13: warning: unused variable 'c' [-Wunused-variable] 51 | int c = read(), t = read(); | ^
# | 状态 分数 | 耗时 | 内存占用 |
---|
#1 | Accepted 4 | 17ms | 5.8 MiB |
#2 | Accepted 4 | 17ms | 5.7 MiB |
#3 | Accepted 4 | 17ms | 5.8 MiB |
#4 | Accepted 4 | 385ms | 31.9 MiB |
#5 | Accepted 4 | 416ms | 32.8 MiB |
#6 | Accepted 4 | 351ms | 33.7 MiB |
#7 | Accepted 4 | 335ms | 37.5 MiB |
#8 | Accepted 4 | 298ms | 36.8 MiB |
#9 | Accepted 4 | 305ms | 36.4 MiB |
#10 | Accepted 4 | 269ms | 33.6 MiB |
#11 | Accepted 4 | 17ms | 5.8 MiB |
#12 | Accepted 4 | 17ms | 5.8 MiB |
#13 | Accepted 4 | 17ms | 5.8 MiB |
#14 | Accepted 4 | 17ms | 5.7 MiB |
#15 | Accepted 4 | 17ms | 5.8 MiB |
#16 | Accepted 4 | 289ms | 39.5 MiB |
#17 | Accepted 4 | 344ms | 39.8 MiB |
#18 | Accepted 4 | 132ms | 44.9 MiB |
#19 | Accepted 4 | 89ms | 26.8 MiB |
#20 | Accepted 4 | 92ms | 26.9 MiB |
#21 | Accepted 4 | 92ms | 26.9 MiB |
#22 | Accepted 4 | 49ms | 11.1 MiB |
#23 | Accepted 4 | 49ms | 11.4 MiB |
#24 | Accepted 4 | 369ms | 34.4 MiB |
#25 | Accepted 4 | 354ms | 34.4 MiB |
代码
信息
- 递交者
- 题目
- NOIP2024CGF NOIP2024CGF
- 比赛
- 【官方数据 CQ】 NOIP2024 批量测试
- 语言
- C++14(O2)
- 代码长度
- 3.1 KiB
- 递交时间
- 2024-12-6 16:36:47
- 评测时间
- 2024-12-6 17:01:17
- 分数
- 100
- 总耗时
- 4353ms
- 峰值时间
- 416ms
- 峰值内存
- 44.9 MiB