Borderou de evaluare (job #2898326)

Utilizator SurtexXGheorghe Robert-Mihai SurtexX Data 6 mai 2022 16:36:11
Problema Radix Sort Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: main.cpp:4:1: error: 'ifstream' does not name a type 4 | ifstream f("radixsort.in"); | ^~~~~~~~ main.cpp:5:1: error: 'ofstream' does not name a type 5 | ofstream g("radixsort.out"); | ^~~~~~~~ main.cpp: In function 'int main()': main.cpp:43:5: error: 'f' was not declared in this scope 43 | f>>n>>a>>b>>c; | ^ main.cpp:51:9: error: 'g' was not declared in this scope 51 | g<<v[i] << " "; | ^ Non zero exit status: 1

Ceva nu functioneaza?