Problem | mountain |
---|---|
User | user123 |
Submission Time | 2023-12-11 11:36:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
mountain.cpp: In function ‘int main()’:
mountain.cpp:96:23: error: ‘ll’ was not declared in this scope; did you mean ‘lv’?
96 | int x, y; ll val; cin>>x>>y>>val;
| ^~
| lv
mountain.cpp:96:42: error: ‘val’ was not declared in this scope
96 | int x, y; ll val; cin>>x>>y>>val;
| ^~~
mountain.cpp:101:13: error: ‘ll’ was not declared in this scope; did you mean ‘lv’?
101 | ll h; cin>>h;
| ^~
| lv
mountain.cpp:101:24: error: ‘h’ was not declared in this scope
101 | ll h; cin>>h;
| ^