QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#593132 | #9375. Tourist | HuangHanSheng | Compile Error | / | / | C++20 | 419b | 2024-09-27 11:47:57 | 2024-09-27 11:47:57 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘int32_t main()’: answer.code:9:24: error: expected initializer before ‘arr’ 9 | long long int n arr[n]; | ^~~ answer.code:10:27: error: expected ‘;’ before ‘i’ 10 | for( long long int n i=0;i<n;i++) | ^~ | ; answer.code:10:28: error: ‘i’ was not declared in this scope 10 | for( long long int n i=0;i<n;i++) | ^ answer.code:10:35: error: expected ‘)’ before ‘;’ token 10 | for( long long int n i=0;i<n;i++) | ~ ^ | ) answer.code:10:36: error: ‘i’ was not declared in this scope 10 | for( long long int n i=0;i<n;i++) | ^