Borderou de evaluare (job #739643)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Rotate Search (clasa a 10-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 22 oct. 2023 13:24:59 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:5:1: error: expected initializer before 'int'
5 | int ok=0;
| ^~~
main.cpp: In function 'void cb(long long int, long long int, long long int, long long int*)':
main.cpp:14:9: error: 'ok' was not declared in this scope
14 | ok=1;
| ^~
main.cpp: In function 'int main()':
main.cpp:40:7: error: 'v2' was not declared in this scope; did you mean 'v1'?
40 | v2[i]=a;
| ^~
| v1
main.cpp:52:6: error: 'ok' was not declared in this scope
52 | ok=0;
| ^~
main.cpp:59:20: error: 'v2' was not declared in this scope; did you mean 'v1'?
59 | cb(a,cj,n-1,v2);
| ^~
| v1