QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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