0_0_37762566_9719.cpp: In function 'void pushup(node&, node&, node&)':
0_0_37762566_9719.cpp:53:40: error: too few arguments to function 'LL maxx(LL, LL, LL)'
u.xxx2 = maxx(u.xxx2 , l.xx2 + r.x2);
^
0_0_37762566_9719.cpp:17:4: note: declared here
LL maxx(LL a,LL b,LL c)
^
0_0_37762566_9719.cpp:54:40: error: too few arguments to function 'LL maxx(LL, LL, LL)'
u.xxx2 = maxx(u.xxx2 , l.x2 + r.xx1);
^
0_0_37762566_9719.cpp:17:4: note: declared here
LL maxx(LL a,LL b,LL c)
^
0_0_37762566_9719.cpp:55:40: error: too few arguments to function 'LL maxx(LL, LL, LL)'
u.xxx3 = maxx(u.xxx3 , l.xx4 + r.x2);
^
0_0_37762566_9719.cpp:17:4: note: declared here
LL maxx(LL a,LL b,LL c)
^
0_0_37762566_9719.cpp:56:40: error: too few arguments to function 'LL maxx(LL, LL, LL)'
u.xxx3 = maxx(u.xxx3 , l.x1 + r.xx1);
^
0_0_37762566_9719.cpp:17:4: note: declared here
LL maxx(LL a,LL b,LL c)
^
0_0_37762566_9719.cpp:57:40: error: too few arguments to function 'LL maxx(LL, LL, LL)'
u.xxx4 = maxx(u.xxx4 , l.xx1 + r.x2);
^
0_0_37762566_9719.cpp:17:4: note: declared here
LL maxx(LL a,LL b,LL c)
^
0_0_37762566_9719.cpp:58:40: error: too few arguments to function 'LL maxx(LL, LL, LL)'
u.xxx4 = maxx(u.xxx4 , l.x1 + r.xx3);
^
0_0_37762566_9719.cpp:17:4: note: declared here
LL maxx(LL a,LL b,LL c)
^
|