QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#679427 | #9528. New Energy Vehicle | ucup-team4411# | Compile Error | / | / | C++14 | 1.3kb | 2024-10-26 17:35:05 | 2024-10-26 17:35:09 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:9:9: error: ISO C++ forbids declaration of ‘operator<’ with no type [-fpermissive] 9 | operator<(const node &a)const{ | ^~~~~~~~ answer.code: In function ‘void solve()’: answer.code:33:22: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’ [-Wc++17-extensions] 33 | auto [x,t]=pos[i]; | ^ answer.code:40:18: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’ [-Wc++17-extensions] 40 | for(auto [t,i]:mp){ | ^ answer.code:45:22: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’ [-Wc++17-extensions] 45 | auto [x,t]=pos[i]; | ^