QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#707927#9528. New Energy Vehicleucup-team1207Compile Error//C++233.1kb2024-11-03 18:13:422024-11-03 18:13:42

详细

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,
      |                     ^~~~~~