Borderou de evaluare (job #2698669)

Utilizator SATEGIKNAlex Popa SATEGIKN Data 22 ianuarie 2021 18:54:06
Problema A+B Status done
Runda Arhiva de probleme Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: main.cpp:2:1: error: 'ifstream' does not name a type ifstream fin("adunare.in)"; ^~~~~~~~ main.cpp:3:1: error: 'ofstream' does not name a type ofstream fout("adunare.out"); ^~~~~~~~ main.cpp: In function 'int main()': main.cpp:5:23: error: 'fin' was not declared in this scope int main () {int a,b; fin>>a>>b; fout<<a+b; return 0; } ^~~ main.cpp:5:34: error: 'fout' was not declared in this scope int main () {int a,b; fin>>a>>b; fout<<a+b; return 0; } ^~~~ Non zero exit status: 1

Ceva nu functioneaza?