Problem | skips |
---|---|
User | LL |
Submission Time | 2025-06-16 23:24:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
skips.cpp: In function ‘int main()’:
skips.cpp:13:17: error: ‘n’ was not declared in this scope
13 | for(int i=0; i<n; i++) {
| ^
skips.cpp:18:17: error: ‘n’ was not declared in this scope
18 | for(int i=0; i<n; i+=2) {
| ^
skips.cpp:20:11: error: ‘d’ was not declared in this scope
20 | if(fuel<d) {
| ^
skips.cpp:23:11: error: ‘d’ was not declared in this scope
23 | fuel -= d;
| ^
skips.cpp:26:18: error: ‘d’ was not declared in this scope
26 | block += fuel / d * 2;
| ^
skips.cpp:30:17: error: ‘n’ was not declared in this scope
30 | for(int i=1; i<n; i+=2) {
| ^