QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#860654#9975. Hitoshizukuucup-team4478#Compile Error//C++172.3kb2025-01-18 14:23:332025-01-18 14:26:41

詳細信息

answer.code: In function ‘void solve()’:
answer.code:55:14: error: no matching function for call to ‘SegTree::build()’
   55 |     seg.build();
      |     ~~~~~~~~~^~
answer.code:21:10: note: candidate: ‘void SegTree::build(int)’
   21 |     void build(int n) {
      |          ^~~~~
answer.code:21:10: note:   candidate expects 1 argument, 0 provided