QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#602697 | #3426. Icons in the Toolbar | ZhangYiDe | Compile Error | / | / | C++20 | 595b | 2024-10-01 12:10:01 | 2024-10-01 12:10:03 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int main(int, const char**)’: answer.code:5:32: error: expected ‘;’ before ‘int’ 5 | int n; cin >> n; 9 int n; cin >> n; | ^~~~~~~ ~~~ | ; answer.code:20:2: error: expected ‘}’ at end of input 20 | } | ^ answer.code:12:27: note: to match this ‘{’ 12 | for(int i = 0; i < n; i++){ | ^ answer.code:20:2: error: expected ‘}’ at end of input 20 | } | ^ answer.code:4:39: note: to match this ‘{’ 4 | int main(int argc, char const *argv[]){ | ^