Borderou de evaluare (job #682082)

Utilizator avatar adrianb Badan Adrian adrianb IP ascuns
Problemă Tabela Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 15 dec. 2022 12:59:25 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:3:1: error: 'ifstream' does not name a type 3 | ifstream fin("tabela.in"); | ^~~~~~~~ main.cpp:4:1: error: 'ofstream' does not name a type 4 | ofstream fout("tabela.out"); | ^~~~~~~~ main.cpp: In function 'int main()': main.cpp:9:20: error: 'fin' was not declared in this scope; did you mean 'sin'? 9 | long long a,b; fin>>a>>b; | ^~~ | sin main.cpp:11:5: error: 'fout' was not declared in this scope 11 | fout<<a xor b; | ^~~~