QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#146585 | #6747. Permutation | ZhaoZiLong | Compile Error | / | / | C++14 | 130b | 2023-08-22 16:20:23 | 2023-08-22 16:20:23 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
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<<" "; | ^