Problem | skips |
---|---|
User | thatlycheeoolongdrink |
Submission Time | 2025-06-16 20:28:57 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
skips.cpp: In function ‘int main()’:
skips.cpp:5:8: error: expected ‘;’ before ‘for’
5 | cin>>n
| ^
| ;
6 | for(int i = 0; i < n; i += 2) {
| ~~~
skips.cpp:6:17: error: ‘i’ was not declared in this scope
6 | for(int i = 0; i < n; i += 2) {
| ^
skips.cpp:14:18: error: ‘d’ was not declared in this scope
14 | block += fuel / d * 2;
| ^
skips.cpp:18:11: error: ‘arr’ was not declared in this scope
18 | fuel += arr[i];
| ^~~