QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#383732 | #3701. Necklace | ucup-team1383 | Compile Error | / | / | C++17 | 1.4kb | 2024-04-09 17:05:21 | 2024-04-09 17:05:21 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void add(int, int)’: answer.code:25:12: error: ‘id’ was not declared in this scope 25 | if(id==0)return; | ^~