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