QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#146585#6747. PermutationZhaoZiLongCompile Error//C++14130b2023-08-22 16:20:232023-08-22 16:20:23

详细

answer.code: In function ‘int main()’:
answer.code:6:10: error: ‘i’ was not declared in this scope
    6 |      for(i=1;i<=n;i++) cout<<i<<" ";
      |          ^