100 Accepted
foo.cc: In function 'void dfs(int, int)': foo.cc:23:14: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 23 | for(auto [to,id]:v[x]){ | ^ foo.cc:33:18: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 33 | for(auto [to,id]:v[x]){ | ^ foo.cc:46:18: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 46 | for(auto [to,id]:v[x]){ | ^ foo.cc:69:14: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 69 | for(auto [to,id]:v[x]){ | ^ foo.cc:68:39: warning: unused variable 'prod3' [-Wunused-variable] 68 | int sum=0,prod0=0,prod1=0,prod2=0,prod3=0; | ^~~~~ foo.cc: In function 'int main()': foo.cc:111:26: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 111 | for(auto [to,id]:v[i]){ | ^
# | 状态 分数 | 耗时 | 内存占用 |
---|
#1 | Accepted 4 | 4ms | 4.6 MiB |
#2 | Accepted 4 | 5ms | 4.5 MiB |
#3 | Accepted 4 | 4ms | 4.5 MiB |
#4 | Accepted 4 | 264ms | 19.1 MiB |
#5 | Accepted 4 | 256ms | 19.2 MiB |
#6 | Accepted 4 | 257ms | 19.2 MiB |
#7 | Accepted 4 | 253ms | 19.2 MiB |
#8 | Accepted 4 | 261ms | 19.1 MiB |
#9 | Accepted 4 | 265ms | 19.2 MiB |
#10 | Accepted 4 | 277ms | 19.4 MiB |
#11 | Accepted 4 | 5ms | 4.6 MiB |
#12 | Accepted 4 | 5ms | 4.6 MiB |
#13 | Accepted 4 | 4ms | 4.5 MiB |
#14 | Accepted 4 | 5ms | 4.6 MiB |
#15 | Accepted 4 | 6ms | 4.6 MiB |
#16 | Accepted 4 | 266ms | 17.3 MiB |
#17 | Accepted 4 | 260ms | 17.3 MiB |
#18 | Accepted 4 | 217ms | 17.2 MiB |
#19 | Accepted 4 | 176ms | 8.8 MiB |
#20 | Accepted 4 | 177ms | 8.8 MiB |
#21 | Accepted 4 | 179ms | 8.8 MiB |
#22 | Accepted 4 | 50ms | 6.7 MiB |
#23 | Accepted 4 | 50ms | 6.8 MiB |
#24 | Accepted 4 | 277ms | 15.1 MiB |
#25 | Accepted 4 | 271ms | 15.1 MiB |
代码
信息
- 递交者
- 题目
- NOIP2024CGF NOIP2024CGF
- 比赛
- 【官方数据 JL】 NOIP2024 批量测试
- 语言
- C++14(O2)
- 代码长度
- 3.5 KiB
- 递交时间
- 2024-12-7 21:56:32
- 评测时间
- 2024-12-7 22:37:15
- 分数
- 100
- 总耗时
- 3794ms
- 峰值时间
- 277ms
- 峰值内存
- 19.4 MiB