Problem supperbox
User Sans12345
Submission Time 2023-12-05 17:28:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

supperbox.cpp: In function ‘int main()’:
supperbox.cpp:52:13: error: too few arguments to function ‘void build(ll, ll, ll)’
52 | build(0,n-1);
| ^
supperbox.cpp:35:6: note: declared here
35 | void build(ll x,ll l,ll r){
| ^~~~~