QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#226334 | #5425. Proposition Composition | legenc6y | Compile Error | / | / | C++14 | 4.7kb | 2023-10-25 20:25:17 | 2023-10-25 20:25:17 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘void work()’: answer.code:121:24: error: return-statement with a value, in function returning ‘void’ [-fpermissive] 121 | return 0; | ^ answer.code:146:28: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’ 146 | for (auto& [x, v] : rev[i]) { | ^ answer.code:169:28: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’ 169 | for (auto& [x, v] : qry[i]) | ^