Borderou de evaluare (job #628659)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Cifre 3 (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 28 ian. 2022 21:23:27 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:12:21: error: 'y' was not declared in this scope
12 | if (u1!=u2&&u1!=y) cout<<u1<<' ';
| ^
main.cpp:13:12: error: lvalue required as left operand of assignment
13 | if (a=0||b=0) break;
| ~^~~
main.cpp:14:5: error: 'y' was not declared in this scope
14 | y=u1;
| ^