Borderou de evaluare (job #735438)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Parola (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 3 oct. 2023 18:59:13 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:14:5: error: 'strrev' was not declared in this scope; did you mean 'strsep'?
14 | strrev(b);
| ^~~~~~
| strsep
main.cpp:9:21: warning: unused variable 'j' [-Wunused-variable]
9 | int k, i,l,ok=0,j;
| ^