Borderou de evaluare (job #694878)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Ace (clasa a 9-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 13 feb. 2023 09:48:02 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:27:9: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
27 | if(P=1){
| ~^~
main.cpp:46:13: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
46 | if(P=2){
| ~^~
main.cpp:81:9: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
81 | else
| ^~~~
main.cpp:82:32: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
82 | g<<"P este eronat";
| ^
main.cpp:82:32: error: expected '}' at end of input
main.cpp:45:9: note: to match this '{'
45 | else{
| ^
main.cpp:82:32: error: expected '}' at end of input
82 | g<<"P este eronat";
| ^
main.cpp:15:1: note: to match this '{'
15 | {
| ^