Problem | car |
---|---|
User | Hengweezy |
Submission Time | 2024-02-11 12:50:52 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
car.cpp: In function ‘int main()’:
car.cpp:26:8: error: expected initializer before ‘*’ token
26 | int q*;
| ^
car.cpp:27:3: error: ‘q’ was not declared in this scope
27 | q = &d[end];
| ^