QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#347646#7635. Fairy Chessucup-team598#Compile Error//C++146.6kb2024-03-09 14:42:232024-03-09 14:42:26

Details

answer.code: In function ‘int main()’:
answer.code:195:41: error: ‘chrono’ was not declared in this scope
  195 |     shuffle(c.begin(), c.end(), mt19937(chrono::steady_clock::now().time_since_epoch().count()));
      |                                         ^~~~~~