QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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]; | ^