Problem | fuel |
---|---|
User | VNHbest |
Submission Time | 2024-04-20 14:32:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fuel.cpp: In function ‘int main()’:
fuel.cpp:5:22: error: redeclaration of ‘long long int n’
5 | long long n, k , n;
| ^
fuel.cpp:5:15: note: ‘long long int n’ previously declared here
5 | long long n, k , n;
| ^
fuel.cpp:6:22: error: ‘m’ was not declared in this scope
6 | cin >> n >> k >> m;
| ^