QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#239850 | #7687. Randias Permutation Task | ucup-team672# | Compile Error | / | / | C++14 | 1.4kb | 2023-11-04 23:55:35 | 2023-11-04 23:55:35 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
cc1plus: error: ‘::main’ must return ‘int’ answer.code: In function ‘int main()’: answer.code:60:34: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’ 60 | for(auto [x,y]:g)f[x]=1; | ^