Problem gotoubun
User PoTheSloth
Submission Time 2022-12-27 17:07:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gotoubun.cpp: In function ‘int32_t main()’:
gotoubun.cpp:36:19: error: too few arguments to function ‘void update(long long int, long long int, long long int)’
36 | update(arr[i], 1);
| ^
gotoubun.cpp:12:6: note: declared here
12 | void update(int index,int h, int siz){
| ^~~~~~