Borderou de evaluare (job #725771)
| Utilizator |
|
IP | ascuns |
|---|---|---|---|
| Problemă | Căutare binară | Compilator | cpp-32 |
| Rundă | Arhiva de probleme | Status | evaluat |
| Dată | 5 iul. 2023 10:59:38 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:19:26: error: 'x' was not declared in this scope
19 | if(v[i]==x)
| ^
main.cpp:35:26: error: 'x' was not declared in this scope
35 | if(v[i]<=x)
| ^
main.cpp:52:25: error: expected primary-expression before '>' token
52 | if(v[i]=>x)
| ^
main.cpp:52:26: error: 'x' was not declared in this scope
52 | if(v[i]=>x)
| ^