Borderou de evaluare (job #790205)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Album (clasa a 6-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 16 oct. 2024 22:40:07 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:76:31: error: expected ';' at end of input
76 | fout << 'V' << " "
| ^
| ;
main.cpp:75:9: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
75 | else
| ^~~~
main.cpp:76:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
76 | fout << 'V' << " "
| ^
main.cpp:76:31: error: expected '}' at end of input
main.cpp:15:17: note: to match this '{'
15 | if (C == 2) {
| ^
main.cpp:76:31: error: expected '}' at end of input
76 | fout << 'V' << " "
| ^
main.cpp:11:1: note: to match this '{'
11 | {
| ^