Borderou de evaluare (job #582285)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Paranteze | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 18 feb. 2021 00:37:32 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'void Afisare()':
main.cpp:8:10: error: 'ssss' was not declared in this scope
8 | { int i;ssss
| ^~~~
main.cpp:9:15: warning: statement has no effect [-Wunused-value]
9 | for (i=1; i<=n; i++)
| ~^~~
main.cpp:9:23: error: expected ';' before ')' token
9 | for (i=1; i<=n; i++)
| ^
| ;
main.cpp:12:6: error: 'else' without a previous 'if'
12 | else g<<')';
| ^~~~
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))
| ^