QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#783978 | #6660. 택시 여행 | Huluobo | Compile Error | / | / | C++14 | 3.7kb | 2024-11-26 12:31:08 | 2024-11-26 12:31:08 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void getsiz(LL)’: answer.code:82:13: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’ [-Wc++17-extensions] 82 | for (auto [v, w] : G[u]) { | ^ answer.code: In function ‘void getroot(LL)’: answer.code:93:13: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’ [-Wc++17-extensions] 93 | for (auto [v, w] : G[u]) { | ^ answer.code: In function ‘void getdis(LL, LL*, sgt&, std::set<std::pair<long long int, long long int> >&)’: answer.code:108:13: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’ [-Wc++17-extensions] 108 | for (auto [v, w] : G[u]) { | ^ answer.code: In function ‘void put(LL)’: answer.code:119:10: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’ [-Wc++17-extensions] 119 | auto [d, p] = *ds[u].begin(); | ^ answer.code: In function ‘void ers(LL)’: answer.code:125:10: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’ [-Wc++17-extensions] 125 | auto [d, p] = *ds[u].begin(); | ^ answer.code: In function ‘LL build(LL, LL)’: answer.code:139:13: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’ [-Wc++17-extensions] 139 | for (auto [v, w] : G[u]) { | ^ answer.code: In function ‘std::vector<long long int> travel(std::vector<long long int>, std::vector<long long int>, std::vector<long long int>, std::vector<long long int>, std::vector<long long int>)’: answer.code:193:10: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’ [-Wc++17-extensions] 193 | auto [mnd, p] = *anss.begin(); | ^ /usr/bin/ld: /tmp/ccjhx5CY.o: in function `main': implementer.cpp:(.text.startup+0x35e): undefined reference to `travel(std::vector<long long, std::allocator<long long> >, std::vector<int, std::allocator<int> >, std::vector<int, std::allocator<int> >, std::vector<int, std::allocator<int> >, std::vector<int, std::allocator<int> >)' collect2: error: ld returned 1 exit status