100 Accepted
foo.cc: In function 'void fast_IO::rd(T&, bool)': foo.cc:21:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 21 | if (g) break; ch = getchar(); | ^~ foo.cc:21:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 21 | if (g) break; ch = getchar(); | ^~ foo.cc: In function 'void fast_IO::write(T, long long int)': foo.cc:32:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 32 | if (x < 0) putchar('-'), x = -x; static short Stack[50], top(0); | ^~ foo.cc:32:42: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 32 | if (x < 0) putchar('-'), x = -x; static short Stack[50], top(0); | ^~~~~~
# | 状态 分数 | 耗时 | 内存占用 |
---|
#1 | Accepted 5 | 1ms | 404 KiB |
#2 | Accepted 5 | 1ms | 404 KiB |
#3 | Accepted 5 | 1ms | 324 KiB |
#4 | Accepted 5 | 1ms | 404 KiB |
#5 | Accepted 5 | 1ms | 408 KiB |
#6 | Accepted 5 | 1ms | 320 KiB |
#7 | Accepted 5 | 1ms | 404 KiB |
#8 | Accepted 5 | 1ms | 400 KiB |
#9 | Accepted 5 | 1ms | 316 KiB |
#10 | Accepted 5 | 2ms | 408 KiB |
#11 | Accepted 5 | 4ms | 532 KiB |
#12 | Accepted 5 | 41ms | 1.9 MiB |
#13 | Accepted 5 | 1ms | 404 KiB |
#14 | Accepted 5 | 3ms | 404 KiB |
#15 | Accepted 5 | 36ms | 1.8 MiB |
#16 | Accepted 5 | 15ms | 992 KiB |
#17 | Accepted 5 | 2ms | 404 KiB |
#18 | Accepted 5 | 4ms | 408 KiB |
#19 | Accepted 5 | 39ms | 1.9 MiB |
#20 | Accepted 5 | 20ms | 1 MiB |
代码
信息
- 递交者
- 题目
- NOIP2024BGF NOIP2024BGF
- 比赛
- 【官方数据 JX】 NOIP2024 批量测试
- 语言
- C++14(O2)
- 代码长度
- 2 KiB
- 递交时间
- 2024-12-6 17:22:21
- 评测时间
- 2024-12-6 17:22:23
- 分数
- 100
- 总耗时
- 177ms
- 峰值时间
- 41ms
- 峰值内存
- 1.9 MiB