QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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