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