QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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)); | ^~~~~~~