QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#860654 | #9975. Hitoshizuku | ucup-team4478# | Compile Error | / | / | C++17 | 2.3kb | 2025-01-18 14:23:33 | 2025-01-18 14:26:41 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
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