Problem | truck |
---|---|
User | Codula |
Submission Time | 2023-01-23 23:37:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
truck.cpp: In function ‘int32_t main()’:
truck.cpp:20:9: error: found ‘:’ in nested-name-specifier, expected ‘::’
20 | int n,G:
| ^
| ::
truck.cpp:20:8: error: ‘G’ has not been declared
20 | int n,G:
| ^
truck.cpp:21:5: error: qualified-id in declaration before ‘>>’ token
21 | cin>>n>>G;
| ^~