QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#296544 | #7763. 左蓝右红 | DitaMirika# | Compile Error | / | / | C++20 | 1.2kb | 2024-01-03 09:39:55 | 2024-07-04 03:16:36 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void bfs(int)’: answer.code:11:43: error: ‘cc’ was not declared in this scope 11 | int u=q.front(); q.pop(); cc++; | ^~