QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#489170 | #8819. CNOI Knowledge | LiuXuanDe | Compile Error | / | / | C++14 | 3.6kb | 2024-07-24 18:45:36 | 2024-07-24 18:45:36 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:150:14: error: ‘tot’ was not declared in this scope; did you mean ‘SAM::tot’? 150 | a[1]=tot=1; | ^~~ | SAM::tot answer.code:70:13: note: ‘SAM::tot’ declared here 70 | int tot=1,las=1; | ^~~