QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#459255 | #8830. Breaking Bad | ucup-team3816# | Compile Error | / | / | C++20 | 2.2kb | 2024-06-29 23:59:46 | 2024-06-29 23:59:49 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:35:60: error: ‘std::chrono::time_point<std::chrono::_V2::steady_clock, std::chrono::duration<long int, std::ratio<1, 1000000000> > >::duration’ {aka ‘class std::chrono::duration<long int, std::ratio<1, 1000000000> >’} has no member named ‘cpunt’; did you mean ‘count’? 35 | mt19937 rng(chrono::steady_clock::now().time_since_epoch().cpunt()); | ^~~~~ | count