QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#478007 | #8050. Random Permutation | ucup-team3684 | Compile Error | / | / | C++20 | 967b | 2024-07-14 15:15:06 | 2024-07-14 15:15:07 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘int main()’: answer.code:9:5: error: ‘cin’ was not declared in this scope 9 | cin.tie(0)->sync_with_stdio(0); | ^~~ answer.code:45:5: error: ‘cout’ was not declared in this scope 45 | cout << ans << '\n'; | ^~~~