Borderou de evaluare (job #733389)

Utilizator avatar Tudor21 Tudor Precup Tudor21 IP ascuns
Problemă Abc 1 (clasa a 9-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 24 sept. 2023 13:58:27 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:3:1: error: 'ifstream' does not name a type 3 | ifstream in ("abc1.in"); | ^~~~~~~~ main.cpp:4:1: error: 'ofstream' does not name a type 4 | ofstream out ("abc1.out"); | ^~~~~~~~ main.cpp: In function 'int main()': main.cpp:10:36: warning: unused variable 'i' [-Wunused-variable] 10 | long long a,b,c,rasp=0,rasp2=0,i; | ^