QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#143355 | #6747. Permutation | ZhaoZiLong | Compile Error | / | / | C++20 | 119b | 2023-08-21 08:45:37 | 2023-08-21 08:45:40 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:6:41: warning: missing terminating " character 6 | for(int i = 1; i <= n; i++)cout << i << " ?? | ^ answer.code:6:41: error: missing terminating " character 6 | for(int i = 1; i <= n; i++)cout << i << " ?? | ^~~~ answer.code: In function ‘int main()’: answer.code:7:1: error: expected primary-expression before ‘}’ token 7 | } | ^