Problem | expansion |
---|---|
User | JustKitkat |
Submission Time | 2025-01-02 00:58:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
expansion.cpp: In function ‘void solve()’:
expansion.cpp:76:39: error: no matching function for call to ‘node2::qry(int, int, int&)’
76 | ll val = dp->qry(l-1,l-1,L);
| ^
expansion.cpp:33:6: note: candidate: ‘int node2::qry(int, int)’
33 | int qry(int l, int r){
| ^~~
expansion.cpp:33:6: note: candidate expects 2 arguments, 3 provided