Borderou de evaluare (job #1095650)
Utilizator | Data | 31 ianuarie 2014 17:06:14 | |
---|---|---|---|
Problema | Sortare prin comparare | Status | done |
Runda | Arhiva educationala | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp:2:1: error: ‘ifstream’ does not name a type
ifstream fi("algsort.in)";
^
user.cpp:3:1: error: ‘ofstream’ does not name a type
ofstream fo("algsort.out)";
^
user.cpp: In function ‘int main()’:
user.cpp:6:5: error: ‘fi’ was not declared in this scope
fi>>n;
^
user.cpp:8:15: error: ‘sort’ was not declared in this scope
sort(a,a+n);
^
user.cpp:9:28: error: ‘fo’ was not declared in this scope
for(int i=0; i<n; i++) fo<<a[i]<<" "ss;
^
user.cpp:9:38: error: unable to find string literal operator ‘operator"" ss’
for(int i=0; i<n; i++) fo<<a[i]<<" "ss;
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !