QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#387206#5560. Hardcore Hangmanlmq26052003Compile Error//C++17694b2024-04-12 09:20:002024-04-12 09:20:00

详细

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;
      |                         ^