Problem | mountain |
---|---|
User | jeongwonho64 |
Submission Time | 2023-12-11 14:09:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
mountain.cpp: In constructor ‘node::node(long long int, long long int)’:
mountain.cpp:15:10: error: ‘INF’ was not declared in this scope
15 | lazy = INF;
| ^~~
mountain.cpp: In member function ‘void node::prop()’:
mountain.cpp:23:14: error: ‘INF’ was not declared in this scope
23 | if(lazy == INF)return;
| ^~~
mountain.cpp:30:10: error: ‘INF’ was not declared in this scope
30 | lazy = INF;
| ^~~