Borderou de evaluare (job #584063)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Bip | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 3 mar. 2021 11:45:14 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:19:9: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
19 | if(n=9000){
| ~^~~~~
main.cpp:26:22: error: expected ';' before '}' token
26 | fout<<"3 4 1 6"
| ^
| ;
27 | }
| ~