QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#347646 | #7635. Fairy Chess | ucup-team598# | Compile Error | / | / | C++14 | 6.6kb | 2024-03-09 14:42:23 | 2024-03-09 14:42:26 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
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())); | ^~~~~~