Borderou de evaluare (job #779912)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Plusminus (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 9 iun. 2024 16:41:47 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:10:5: error: 'fin' was not declared in this scope; did you mean 'cin'?
10 | fin>>nr;
| ^~~
| cin
main.cpp:11:7: error: 'b' was not declared in this scope
11 | s=b;
| ^
main.cpp:15:12: error: 'a' was not declared in this scope
15 | if(a=='+')
| ^
main.cpp:20:5: error: 'fout' was not declared in this scope; did you mean 'cout'?
20 | fout<<s;
| ^~~~
| cout