QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#250733 | #7627. Phony | ucup-team1876# | Compile Error | / | / | C++23 | 5.7kb | 2023-11-13 16:20:00 | 2023-11-13 16:20:01 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:19:25: error: ‘duration_case’ is not a member of ‘std::chrono’; did you mean ‘duration_cast’? 19 | chrono::duration_case<chrono::nanoseconds>( | ^~~~~~~~~~~~~ | duration_cast answer.code:19:58: error: expected primary-expression before ‘>’ token 19 | chrono::duration_case<chrono::nanoseconds>( | ^