QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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 | } | ^