QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#281436 | #7785. Three Rectangles | ucup-team2660# | Compile Error | / | / | C++20 | 3.0kb | 2023-12-10 05:15:11 | 2023-12-10 05:15:12 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘ll f0()’: answer.code:29:13: error: expected ‘,’ or ‘;’ before ‘for’ 29 | for (int i = 0; i < 3; i++){ | ^~~ answer.code:29:29: error: ‘i’ was not declared in this scope 29 | for (int i = 0; i < 3; i++){ | ^