0_0_18050660_19849.cpp: In member function 'void seg_tree::down(int)':
0_0_18050660_19849.cpp:54:18: error: no matching function for call to 'seg_tree::down_add()'
down_add();
^
0_0_18050660_19849.cpp:54:18: note: candidate is:
0_0_18050660_19849.cpp:36:10: note: void seg_tree::down_add(int)
void down_add(int p){
^
0_0_18050660_19849.cpp:36:10: note: candidate expects 1 argument, 0 provided
0_0_18050660_19849.cpp:55:18: error: no matching function for call to 'seg_tree::down_tag()'
down_tag();
^
0_0_18050660_19849.cpp:55:18: note: candidate is:
0_0_18050660_19849.cpp:48:10: note: void seg_tree::down_tag(int)
void down_tag(int p){
^
0_0_18050660_19849.cpp:48:10: note: candidate expects 1 argument, 0 provided
0_0_18050660_19849.cpp: In member function 'void seg_tree::update(int, int, int, int)':
0_0_18050660_19849.cpp:71:22: error: no matching function for call to 'seg_tree::down_tag()'
down_tag();
^
0_0_18050660_19849.cpp:71:22: note: candidate is:
0_0_18050660_19849.cpp:48:10: note: void seg_tree::down_tag(int)
void down_tag(int p){
^
0_0_18050660_19849.cpp:48:10: note: candidate expects 1 argument, 0 provided
|