QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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; | ^