QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#421070 | #8704. 排队 | Farmer_D | Compile Error | / | / | C++14 | 2.5kb | 2024-05-25 11:19:07 | 2024-05-25 11:19:07 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int rk(int)’: answer.code:44:5: error: expected ‘,’ or ‘;’ before ‘while’ 44 | while(x){ | ^~~~~