QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#360868#6747. PermutationZhaoZiLongCompile Error//C++17513b2024-03-22 13:01:182024-03-22 13:01:18

详细

answer.code: In function ‘void solve()’:
answer.code:22:31: error: ‘cou’ was not declared in this scope; did you mean ‘cos’?
   22 |         for(int i=1;i<=n;i++) cou << i << ' ';
      |                               ^~~
      |                               cos