Problem | penguinmountain |
---|---|
User | Memeathon |
Submission Time | 2025-02-09 20:09:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
penguinmountain.cpp:4:1: error: ‘ll’ does not name a type
4 | ll x, y, e;
| ^~
penguinmountain.cpp: In function ‘int main()’:
penguinmountain.cpp:6:9: error: ‘x’ was not declared in this scope
6 | cin >> x >> y >> e;
| ^
penguinmountain.cpp:6:14: error: ‘y’ was not declared in this scope
6 | cin >> x >> y >> e;
| ^
penguinmountain.cpp:6:19: error: ‘e’ was not declared in this scope
6 | cin >> x >> y >> e;
| ^