QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#300578#7894. Many Many Headsucup-team2818Compile Error//C++141.7kb2024-01-08 14:38:032024-01-08 14:38:04

详细

answer.code: In function ‘int main()’:
answer.code:26:46: error: ‘n’ was not declared in this scope
   26 |                         for (int i = 1; i <= n; i++) cout << s[i];
      |                                              ^