QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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++) | ^