Problem jumping2
User ARock
Submission Time 2024-04-05 15:32:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

jumping2.cpp:16:28: error: ‘INF’ was not declared in this scope
16 | static const int inf = INF;// implement this
| ^~~
jumping2.cpp: In function ‘int32_t main()’:
jumping2.cpp:47:5: error: ‘hull1’ was not declared in this scope
47 | hull1 = new LineContainer();
| ^~~~~
jumping2.cpp:53:9: error: ‘hull2’ was not declared in this scope
53 | hull2 = new LineContainer();
| ^~~~~