Borderou de evaluare (job #683546)

Utilizator avatar kylobit Mocanu Bogdan kylobit IP ascuns
Problemă Dictionar Compilator cpp-32
Rundă lasm_21_12_2022_cl12 Status evaluat
Dată 21 dec. 2022 17:44:13 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:43:9: error: expected ',' or ';' before 'ifstream' 43 | ifstream fout("dictionar.in") | ^~~~~~~~ main.cpp:47:22: error: 's' was not declared in this scope 47 | getline(cin, s); | ^ main.cpp:54:9: error: 'fout' was not declared in this scope 54 | fout << cuvinte+1 << endl; | ^~~~ main.cpp:63:25: error: 'str' was not declared in this scope; did you mean 'std'? 63 | str=str+locliber+s2; | ^~~ | std main.cpp:66:9: error: 'str' was not declared in this scope; did you mean 'std'? 66 | str.erase(0,1); | ^~~ | std