Problem | skips |
---|---|
User | gisellariddlemorozova834 |
Submission Time | 2025-06-17 09:00:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
skips.cpp: In function ‘int main()’:
skips.cpp:4:23: error: a function-definition is not allowed here before ‘{’ token
4 | int add(int a, int b){
| ^
skips.cpp:8:26: error: a function-definition is not allowed here before ‘{’ token
8 | int a_count(string text){
| ^
skips.cpp:17:20: error: a function-definition is not allowed here before ‘{’ token
17 | void hello_world(){
| ^
skips.cpp:20:2: error: ‘block’ was not declared in this scope; did you mean ‘clock’?
20 | block = 1, fuel = 0;
| ^~~~~
| clock
skips.cpp:20:13: error: ‘fuel’ was not declared in this scope
20 | block = 1, fuel = 0;
| ^~~~
skips.cpp:21:21: error: ‘n’ was not declared in this scope
21 | for(int i = 1; i < n; i += 2) {
| ^
skips.cpp:22:10: error: ‘arr’ was not declared in this scope
22