Borderou de evaluare (job #791251)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Album (clasa a 6-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 25 oct. 2024 13:49:21 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:9:7: error: 'z1' does not name a type
9 | const z1=1, z2=2, z3=3, z4=4, z5=5, z6=6, z7=7;
| ^~
main.cpp: In function 'int main()':
main.cpp:15:32: error: 'z3' was not declared in this scope
15 | if(a==1 && b==3) fout<<z3<<" "<<z4;
| ^~
main.cpp:15:41: error: 'z4' was not declared in this scope
15 | if(a==1 && b==3) fout<<z3<<" "<<z4;
| ^~
main.cpp:16:32: error: 'z2' was not declared in this scope
16 | if(a==1 && b==7) fout<<z2<<" "<<z3;
| ^~
main.cpp:16:41: error: 'z3' was not declared in this scope
16 | if(a==1 && b==7) fout<<z2<<" "<<z3;
| ^~