Borderou de evaluare (job #691522)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Alfanumeric (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 30 ian. 2023 15:38:58 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:4:13: error: variable 'std::ifstream fin' has initializer but incomplete type
4 | ifstream fin("alfanumeric.in");
| ^
main.cpp:5:14: error: variable 'std::ofstream fout' has initializer but incomplete type
5 | ofstream fout("alfanumeric.out");
| ^
main.cpp: In function 'int main()':
main.cpp:18:16: error: lvalue required as left operand of assignment
18 | s=s+c='0';
| ~^~