0_0_35037879_6045.cpp: In function 'int main()':
0_0_35037879_6045.cpp:79:31: error: too few arguments to function 'void update(int, int, int, int, int)'
update(1, i, j);
^
0_0_35037879_6045.cpp:21:6: note: declared here
void update(int l, int k, int v, int a, int b) {
^
0_0_35037879_6045.cpp:81:36: error: too few arguments to function 'void update(int, int, int, int, int)'
update(1, i, j * -1);
^
0_0_35037879_6045.cpp:21:6: note: declared here
void update(int l, int k, int v, int a, int b) {
^
|