QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#151532 | #5560. Hardcore Hangman | ZhangYiDe | Compile Error | / | / | C++14 | 365b | 2023-08-26 22:04:44 | 2023-08-26 22:04:45 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘int main()’: answer.code:20:25: error: expected ‘;’ before ‘)’ token 20 | for(int i=1;i<=n) | ^ | ;