Problem | explosion |
---|---|
User | Denzio321 |
Submission Time | 2023-07-01 20:53:11 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
explosion.cpp: In function ‘int main()’:
explosion.cpp:10:3: error: expected initializer before ‘cin’
10 | cin >> X >> Y;
| ^~~
explosion.cpp:11:30: error: ‘Y’ was not declared in this scope
11 | long dist = abs(X-A) + abs(Y-B);
| ^