100 Accepted
foo.cc: In function 'T R(T&)': foo.cc:12:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation] 12 | while (isdigit(c)) x = x * 10 + c - '0', c = getchar(); return x = f ? -x : x; | ^~~~~ foo.cc:12:61: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' 12 | while (isdigit(c)) x = x * 10 + c - '0', c = getchar(); return x = f ? -x : x; | ^~~~~~
# | 状态 分数 | 耗时 | 内存占用 |
---|
#1 | Accepted 5 | 1ms | 316 KiB |
#2 | Accepted 5 | 1ms | 324 KiB |
#3 | Accepted 5 | 1ms | 404 KiB |
#4 | Accepted 5 | 1ms | 404 KiB |
#5 | Accepted 5 | 1ms | 404 KiB |
#6 | Accepted 5 | 1ms | 320 KiB |
#7 | Accepted 5 | 1ms | 404 KiB |
#8 | Accepted 5 | 1ms | 404 KiB |
#9 | Accepted 5 | 1ms | 404 KiB |
#10 | Accepted 5 | 1ms | 320 KiB |
#11 | Accepted 5 | 4ms | 404 KiB |
#12 | Accepted 5 | 42ms | 1.1 MiB |
#13 | Accepted 5 | 1ms | 404 KiB |
#14 | Accepted 5 | 3ms | 404 KiB |
#15 | Accepted 5 | 36ms | 1 MiB |
#16 | Accepted 5 | 14ms | 660 KiB |
#17 | Accepted 5 | 1ms | 324 KiB |
#18 | Accepted 5 | 3ms | 404 KiB |
#19 | Accepted 5 | 37ms | 1.2 MiB |
#20 | Accepted 5 | 19ms | 696 KiB |
代码
信息
- 递交者
- 题目
- NOIP2024BGF NOIP2024BGF
- 比赛
- 【官方数据 HE】 NOIP2024 批量测试
- 语言
- C++14(O2)
- 代码长度
- 1.6 KiB
- 递交时间
- 2024-12-6 17:43:03
- 评测时间
- 2024-12-6 17:43:05
- 分数
- 100
- 总耗时
- 173ms
- 峰值时间
- 42ms
- 峰值内存
- 1.2 MiB