QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#360868 | #6747. Permutation | ZhaoZiLong | Compile Error | / | / | C++17 | 513b | 2024-03-22 13:01:18 | 2024-03-22 13:01:18 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
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