QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#582523 | #137. Wall Making Game | 3un_larryfunc | Compile Error | / | / | C++14 | 1.1kb | 2024-09-22 16:44:54 | 2024-09-22 16:44:55 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int solve(int, int, int, int)’: answer.code:24:14: error: ‘class std::set<int>’ has no member named ‘contains’ 24 | while(st.contains(ans)) ans += 1; | ^~~~~~~~