QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#387206 | #5560. Hardcore Hangman | lmq26052003 | Compile Error | / | / | C++17 | 694b | 2024-04-12 09:20:00 | 2024-04-12 09:20:00 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘int main()’: answer.code:13:13: error: ‘c’ was not declared in this scope 13 | c += char('a' + j - 1); | ^ answer.code:15:25: error: ‘c’ was not declared in this scope 15 | cout << "? " << c << endl; | ^