Borderou de evaluare (job #2748900)

Utilizator roxannemafteiuMafteiu-Scai Roxana roxannemafteiu Data 3 mai 2021 22:39:50
Problema Fraud Status done
Runda Arhiva ICPC Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: main.cpp:7:1: error: 'ifstream' does not name a type ifstream fin("fraud.in"); ^~~~~~~~ main.cpp:8:1: error: 'ofstream' does not name a type ofstream fout("fraud.out"); ^~~~~~~~ main.cpp:14:1: error: 'vector' does not name a type vector<int> sums; ^~~~~~ main.cpp: In function 'int main()': main.cpp:19:3: error: 'sums' was not declared in this scope sums.resize(N); ^~~~ main.cpp:21:19: error: unable to deduce 'auto&&' from 'sums' for (auto j : sums) { ^~~~ main.cpp:22:7: error: 'fin' was not declared in this scope fin >> j; ^~~ main.cpp:33:9: error: 'fout' was not declared in this scope fout << "Incorect\n"; ^~~~ main.cpp:35:9: error: 'fout' was not declared in this scope fout << "Corect\n"; ^~~~ Non zero exit status: 1

Ceva nu functioneaza?