QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#326756 | #2351. Lost in Transfer | ZhangYiDe | Compile Error | / | / | C++23 | 1.5kb | 2024-02-13 23:10:04 | 2024-02-13 23:10:04 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘void cshufl(std::vector<int>&)’: answer.code:9:33: error: ‘mt19937’ was not declared in this scope 9 | shuffle(a.begin(), a.end(), mt19937(v)); | ^~~~~~~ answer.code:9:5: error: ‘shuffle’ was not declared in this scope 9 | shuffle(a.begin(), a.end(), mt19937(v)); | ^~~~~~~