| Problem | car |
|---|---|
| User | Usu |
| Submission Time | 2026-02-17 23:04:32 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
car.cpp: In function ‘int main()’:
car.cpp:37:8: error: ‘a’ was not declared in this scope
37 | cin>>a>>b>>c;
| ^
car.cpp:37:11: error: ‘b’ was not declared in this scope
37 | cin>>a>>b>>c;
| ^
car.cpp:37:14: error: ‘c’ was not declared in this scope
37 | cin>>a>>b>>c;
| ^