QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#283666#6509. Not Another Range Query Problemezteam1Compile Error//C++143.0kb2023-12-15 08:48:472023-12-15 08:48:47

詳細信息

answer.code:50:23: error: ISO C++ forbids declaration of ‘operator<’ with no type [-fpermissive]
   50 |         inline friend operator<(const Query &a,const Query &b){
      |                       ^~~~~~~~