QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#792306 | #6660. 택시 여행 | Huluobo | Compile Error | / | / | C++14 | 2.8kb | 2024-11-29 08:55:57 | 2024-11-29 08:56:03 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void dfs(long long int, long long int)’: answer.code:73:14: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’ [-Wc++17-extensions] 73 | for(auto [v, w] : e[u]) | ^ answer.code: In function ‘void find(long long int, long long int)’: answer.code:104:20: error: cannot convert ‘std::pair<long long int, long long int>’ to ‘long long int’ in initialization 104 | for(int v : e[u]) | ^ answer.code: In function ‘std::vector<long long int> Travel()’: answer.code:119:1: warning: no return statement in function returning non-void [-Wreturn-type] 119 | } | ^