QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#190807#1368. Kth Subtreelmq26052003Compile Error//C++201.7kb2023-09-29 14:28:272023-09-29 14:28:27

詳細信息

answer.code: In function ‘int main()’:
answer.code:51:24: error: ‘N’ was not declared in this scope
   51 |         cout << (ret > N ? -1 : ret) << '\n';
      |                        ^