Borderou de evaluare (job #598744)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Mărțișoare (clasa a 5-a) | Compilator | cpp-32 |
Rundă | lasm_20_05_2021_cl11 | Status | evaluat |
Dată | 20 mai 2021 11:55:27 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:25:25: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
25 | else g<<y%10<<' '<<x%10<<endl;break;}
| ^~~~
main.cpp:25:56: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
25 | else g<<y%10<<' '<<x%10<<endl;break;}
| ^~~~~
main.cpp:46:26: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
46 | else g<<y%10<<' '<<x%10<<endl;break;
| ^~~~
main.cpp:46:57: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
46 | else g<<y%10<<' '<<x%10<<endl;break;
| ^~~~~
main.cpp: At global scope:
main.cpp:56:1: error: 'Aa' does not name a type
56 | Aa
| ^~