Borderou de evaluare (job #2672537)
Utilizator | Data | 14 noiembrie 2020 10:29:16 | |
---|---|---|---|
Problema | Radix Sort | Status | done |
Runda | Arhiva educationala | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:3:1: error: 'ifstream' does not name a type
ifstream f("radixsort.in");
^~~~~~~~
main.cpp:4:1: error: 'ofstream' does not name a type
ofstream g("radixsort.out");
^~~~~~~~
main.cpp: In function 'int main()':
main.cpp:10:5: error: 'f' was not declared in this scope
f>>n>>A>>B>>C;
^
main.cpp:17:29: error: 'max' was not declared in this scope
maxim=max(maxim,v[i]);
^
main.cpp:52:24: error: 'g' was not declared in this scope
for(i=1;i<=n;i+=10)g<<v[i]<<" ";
^
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !