Problem | skips |
---|---|
User | gisellariddlemorozova834 |
Submission Time | 2025-06-17 08:59:12 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
skips.cpp:7:13: error: ‘string’ was not declared in this scope
7 | int a_count(string text){
| ^~~~~~
skips.cpp: In function ‘void hello_world()’:
skips.cpp:18:5: error: ‘cout’ was not declared in this scope; did you mean ‘a_count’?
18 | cout << "Hello World";
| ^~~~
| a_count
skips.cpp: At global scope:
skips.cpp:20:1: error: ‘block’ does not name a type
20 | block = 1, fuel = 0;
| ^~~~~
skips.cpp:21:1: error: expected unqualified-id before ‘for’
21 | for(int i = 1; i < n; i += 2) {
| ^~~
skips.cpp:21:16: error: ‘i’ does not name a type
21 | for(int i = 1; i < n; i += 2) {
| ^
skips.cpp:21:23: error: ‘i’ does not name a type
21 | for(int i = 1; i < n; i += 2) {
| ^
skips.cpp:31:1: error: ‘block’ does not name a type
31 | block += fuel / d * 2;
| ^~~~~
skips.cpp:33:1: err