Borderou de evaluare (job #719019)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Combinări (clasa a 7-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 12 mai 2023 10:55:51 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'void Afis(int)':
main.cpp:9:9: error: 'out' was not declared in this scope
9 | out<<x[j]<<" ";
| ^~~
main.cpp:10:5: error: 'out' was not declared in this scope
10 | out<<'\n';
| ^~~
main.cpp: In function 'void back(int)':
main.cpp:32:11: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else]
32 | if(OK(k))
| ^