QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#707927 | #9528. New Energy Vehicle | ucup-team1207 | Compile Error | / | / | C++23 | 3.1kb | 2024-11-03 18:13:42 | 2024-11-03 18:13:42 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In member function ‘std::string Node::as_str() const’: answer.code:24:21: error: ‘format’ is not a member of ‘std’ 24 | return std::format("[end_pos: {}, adv: {}][id: {}]", end_pos, | ^~~~~~