Problem helloworld
User FIips
Submission Time 2025-12-23 21:42:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In constructor ‘node::node(int, int)’:
helloworld.cpp:7:19: error: ‘arr’ was not declared in this scope
7 | val = arr[s];
| ^~~
helloworld.cpp: In member function ‘int node::bsta(int, int, int)’:
helloworld.cpp:36:25: error: ‘inf’ was not declared in this scope; did you mean ‘int’?
36 | else return inf; //not found
| ^~~
| int
helloworld.cpp:43:23: error: ‘inf’ was not declared in this scope; did you mean ‘int’?
43 | if(res != inf) return res;
| ^~~
| int
helloworld.cpp:53:16: error: ‘inf’ was not declared in this scope; did you mean ‘int’?
53 | return inf;
| ^~~
| int