QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#238379 | #5437. Graph Completing | ucup-team1136 | Compile Error | / | / | C++17 | 5.8kb | 2023-11-04 16:33:49 | 2023-11-04 16:33:49 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void solution()’: answer.code:140:4: error: expected ‘;’ before ‘for’ 140 | 2 for (int i = 1; i < 10000; i++) p1[i] = p1[i - 1] * 2; | ^~~~ | ; answer.code:140:21: error: ‘i’ was not declared in this scope 140 | 2 for (int i = 1; i < 10000; i++) p1[i] = p1[i - 1] * 2; | ^