| Problem | skips |
|---|---|
| User | vadar2525 |
| Submission Time | 2026-06-22 16:43:40 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
skips.cpp: In function ‘int main()’:
skips.cpp:16:3: error: ‘fuel’ was not declared in this scope
16 | fuel += a[i];
| ^~~~
skips.cpp:19:4: error: ‘b’ was not declared in this scope
19 | b += 2;
| ^
skips.cpp:22:2: error: ‘b’ was not declared in this scope
22 | b += f / d*2;
| ^
skips.cpp:23:11: error: expected ‘}’ at end of input
23 | cout << b;
| ^
skips.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^