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