0_0_39793481_1031.cpp: In instantiation of 'int LazySegmentTree<Node, Tag>::findFirst(int, int, int, int, int, LL) [with Node = Node; Tag = Tag; LL = long long int]':
0_0_39793481_1031.cpp:117:19: required from 'int LazySegmentTree<Node, Tag>::findFirst(int, int, LL) [with Node = Node; Tag = Tag; LL = long long int]'
0_0_39793481_1031.cpp:182:25: required from here
0_0_39793481_1031.cpp:113:33: error: no matching function for call to 'LazySegmentTree<Node, Tag>::findFirst(int, int, int&, int&)'
113 | return findFirst(p << 1 | 1, mid + 1, pr, L);
| ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
0_0_39793481_1031.cpp:103:13: note: candidate: 'int LazySegmentTree<Node, Tag>::findFirst(int, int, int, int, int, LL) [with Node = Node; Tag = Tag; LL = long long int]'
103 | int findFirst(int p, int pl, int pr, int L, int k, LL need) {
| ^~~~~~~~~
0_0_39793481_1031.cpp:103:13: note: candidate expects 6 arguments, 4 provided
0_0_39793481_1031.cpp:115:13: note: candidate: 'int LazySegmentTree<Node, Tag>::findFirst(int, int, LL) [with Node = Node; Tag = Tag; LL = long long int]'
115 | int findFirst(int L, int k, LL need) {
| ^~~~~~~~~
0_0_39793481_1031.cpp:115:13: note: candidate expects 3 arguments, 4 provided
|