QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#326756#2351. Lost in TransferZhangYiDeCompile Error//C++231.5kb2024-02-13 23:10:042024-02-13 23:10:04

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));
      |     ^~~~~~~