QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#545208#9221. Missing Boundariesucup-team4800Compile Error//C++172.1kb2024-09-03 01:24:562024-09-03 01:24:57

详细

answer.code: In function ‘int main()’:
answer.code:14:14: error: ‘sort’ is not a member of ‘std’; did you mean ‘qsort’?
   14 |         std::sort(ranges, ranges + n,
      |              ^~~~
      |              qsort