8 Runtime Error
foo.cc: In function 'void DFS(std::vector<unsigned int>)': foo.cc:35:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 35 | if (arr.empty() || cnt.find(arr) != cnt.end()) return; u32 mx(0), i, j; cnt.emplace(arr); | ^~ foo.cc:35:58: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 35 | if (arr.empty() || cnt.find(arr) != cnt.end()) return; u32 mx(0), i, j; cnt.emplace(arr); | ^~~ foo.cc:42:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 42 | if (arr[i] != 1) nw.emplace_back(arr[i] - 1); DFS(nw); | ^~ foo.cc:42:53: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 42 | if (arr[i] != 1) nw.emplace_back(arr[i] - 1); DFS(nw); | ^~~
# | 状态 分数 | 耗时 | 内存占用 |
---|
#1 | Accepted 4 | 3ms | 404 KiB |
#2 | Accepted 4 | 3ms | 404 KiB |
#3 | Time Exceeded 0 | ≥5409ms | ≥213.5 MiB |
#4 | Time Exceeded 0 | ≥5409ms | ≥196.2 MiB |
#5 | Time Exceeded 0 | ≥5409ms | ≥206.1 MiB |
#6 | Time Exceeded 0 | ≥5409ms | ≥204.2 MiB |
#7 | Time Exceeded 0 | ≥5411ms | ≥255.4 MiB |
#8 | Time Exceeded 0 | ≥5412ms | ≥249.7 MiB |
#9 | Time Exceeded 0 | ≥5417ms | ≥384.3 MiB |
#10 | Time Exceeded 0 | ≥5411ms | ≥221.6 MiB |
#11 | Time Exceeded 0 | ≥5416ms | ≥380.5 MiB |
#12 | Time Exceeded 0 | ≥5417ms | ≥393.9 MiB |
#13 | Time Exceeded 0 | ≥5416ms | ≥358.5 MiB |
#14 | Time Exceeded 0 | ≥5417ms | ≥398.2 MiB |
#15 | Time Exceeded 0 | ≥5420ms | ≥458.4 MiB |
#16 | Time Exceeded 0 | ≥5415ms | ≥347.5 MiB |
#17 | Memory Exceeded 0 | ≥5108ms | ≥512 MiB |
#18 | Memory Exceeded 0 | ≥5027ms | ≥512 MiB |
#19 | Memory Exceeded 0 | ≥4410ms | ≥512 MiB |
#20 | Runtime Error 0 | 344ms | 481 MiB |
#21 | Runtime Error 0 | 400ms | 480.9 MiB |
#22 | Runtime Error 0 | 344ms | 481 MiB |
#23 | Runtime Error 0 | 347ms | 480.8 MiB |
#24 | Runtime Error 0 | 348ms | 481.1 MiB |
#25 | Runtime Error 0 | 347ms | 481 MiB |
代码
信息
- 递交者
- 题目
- NOISX2025GFF NOISX2025GFF
- 比赛
- 【官方数据 ZJ】联合省选 2025 批量测试
- 语言
- C++14(O2, GCC 9.3.0)
- 代码长度
- 1.6 KiB
- 递交时间
- 2025-3-6 19:41:29
- 评测时间
- 2025-3-6 20:01:34
- 分数
- 8
- 总耗时
- 92467ms
- 峰值时间
- 5420ms
- 峰值内存
- 512 MiB