QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#122265 | #6659. 외곽 순환 도로 2 | van_Dijk# | Compile Error | / | / | C++14 | 3.6kb | 2023-07-09 21:43:22 | 2024-08-26 15:50:50 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code:11:14: warning: overflow in conversion from ‘double’ to ‘long long int’ changes value from ‘3.0e+19’ to ‘9223372036854775807’ [-Woverflow] 11 | const ll inf=3e19; | ^~~~ answer.code: In function ‘void getsiz(int, int)’: answer.code:68:15: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’ [-Wc++17-extensions] 68 | for (auto [u,w]:G[k]) | ^ answer.code: In function ‘void getrt(int, int)’: answer.code:79:15: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’ [-Wc++17-extensions] 79 | for (auto [u,w]:G[k]) | ^ answer.code: In function ‘void dfs1(int, int)’: answer.code:95:15: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’ [-Wc++17-extensions] 95 | for (auto [u,w]:G[k]) | ^ answer.code: In function ‘int dfs(int)’: answer.code:110:15: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’ [-Wc++17-extensions] 110 | for (auto [u,w]:G[rt]) | ^ /usr/bin/ld: /tmp/cc92yRJJ.o: in function `main': implementer.cpp:(.text.startup+0x34a): undefined reference to `place_police(std::vector<int, std::allocator<int> >, std::vector<long long, std::allocator<long long> >, std::vector<long long, std::allocator<long long> >)' collect2: error: ld returned 1 exit status