QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#215526 | #4801. The Pool | Let it Rot (Yi Qian, Bo Peng, Shiyuan Feng) | Compile Error | / | / | C++14 | 5.0kb | 2023-10-15 11:27:49 | 2023-10-15 11:27:50 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void Main()’: answer.code:156:14: warning: structured bindings only available with ‘-std=c++17’ or ‘-std=gnu++17’ 156 | for(auto [x, y] : mp) { | ^ answer.code:188:12: error: ‘T’ was not declared in this scope 188 | if(T <= 10) cout << sum << '\n'; | ^