QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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]; | ^