QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#616863 | #6604. Kobolds and Catacombs | MaMengQi | Compile Error | / | / | C++98 | 206b | 2024-10-06 12:40:18 | 2024-10-06 12:40:19 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:3:7: error: ‘n’ was not declared in this scope; did you mean ‘yn’? 3 | int a[n+5]; | ^ | yn answer.code: In function ‘int main()’: answer.code:9:22: error: ‘a’ was not declared in this scope 9 | cin>>a[i]; | ^