Borderou de evaluare (job #615167)

Utilizator avatar vladdobro07 vlad dobromir vladdobro07 IP ascuns
Problemă Criptic (clasa a 7-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 9 nov. 2021 17:15:14 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'void citire(int&, char&)': main.cpp:27:12: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 27 | while(p=cin.get()!=' ') | ~^~~~~~~~~~~~~~~ main.cpp:26:12: warning: unused variable 'c' [-Wunused-variable] 26 | char p,c; | ^ main.cpp: In function 'int main()': main.cpp:35:18: error: 'nrc' was not declared in this scope; did you mean 'nr'? 35 | while(citire(nrc,c)) { | ^~~ | nr main.cpp:33:10: warning: unused variable 'nr' [-Wunused-variable] 33 | char nr; | ^~