Problem | car |
---|---|
User | Tyx2019 |
Submission Time | 2024-12-18 16:09:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
car.cpp:6:6: error: expected initializer before ‘.’ token
6 | int N. E;
| ^
car.cpp: In function ‘int32_t main()’:
car.cpp:24:9: error: ‘N’ was not declared in this scope
24 | cin >> N >> E;
| ^
car.cpp:24:14: error: ‘E’ was not declared in this scope
24 | cin >> N >> E;
| ^