Borderou de evaluare (job #582280)

Utilizator avatar Aliiiiinaaa Alina Cibotari Aliiiiinaaa IP ascuns
Problemă Paranteze Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 18 feb. 2021 00:17:20 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'void Afisare()': main.cpp:11:9: error: 'g' was not declared in this scope 11 | g<<'('; | ^ main.cpp:12:11: error: 'g' was not declared in this scope 12 | else g<<')'; | ^ main.cpp:13:3: error: 'g' was not declared in this scope 13 | g<<endl; | ^ main.cpp: In function 'void BackRec1(int)': main.cpp:35:4: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] 35 | if(Valid(k)) | ^ main.cpp: In function 'int main()': main.cpp:43:3: error: 'f' was not declared in this scope 43 | { f>>n; | ^