Borderou de evaluare (job #641229)

Utilizator avatar andrei_n Andrei Nicolae andrei_n IP ascuns
Problemă Domino3 (clasa a 7-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 16 mar. 2022 11:32:13 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:40:9: error: 'strrev' was not declared in this scope; did you mean 'strsep'? 40 | strrev(c); | ^~~~~~ | strsep main.cpp:13:23: warning: unused variable 'k' [-Wunused-variable] 13 | int n, op, i = 0, k = 0; | ^ main.cpp:18:10: warning: unused variable 's' [-Wunused-variable] 18 | char s[100000], Max[100000] = ""; | ^