QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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]) | ^