Borderou de evaluare (job #743434)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Plusminus (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 9 nov. 2023 17:20:18 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:9:5: error: 'in' was not declared in this scope; did you mean 'int'?
9 | in>>x;
| ^~
| int
main.cpp:20:5: error: 'out' was not declared in this scope
20 | out<<s;
| ^~~
main.cpp:8:14: warning: unused variable 'y' [-Wunused-variable]
8 | char c,x,y;
| ^