QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#360868#6747. PermutationZhaoZiLongCompile Error//C++17513b2024-03-22 13:01:182024-03-22 13:01:18

Details

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