Problem eevacuation
User PlayVoltz
Submission Time 2023-09-06 21:05:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eevacuation.cpp: In function ‘int main()’:
eevacuation.cpp:30:12: error: too few arguments to function ‘int update(int, int)’
30 | update(i);
| ^
eevacuation.cpp:8:5: note: declared here
8 | int update(int node, int val){
| ^~~~~~