0_0_18175931_19759.cpp: In function 'void build()':
0_0_18175931_19759.cpp:30:30: error: too many arguments to function 'void build()'
build(lazy,0,sizeof(lazy))
^
0_0_18175931_19759.cpp:27:6: note: declared here
void build()
^
0_0_18175931_19759.cpp:31:1: error: expected ';' before '}' token
}
^
|