Borderou de evaluare (job #1246970)
Utilizator | Data | 21 octombrie 2014 21:40:30 | |
---|---|---|---|
Problema | Sortare prin comparare | Status | done |
Runda | Arhiva educationala | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp:11:27: warning: missing terminating " character [enabled by default]
ofstream cout(algsort.out");
^
user.cpp:11:2: error: missing terminating " character
ofstream cout(algsort.out");
^
user.cpp: In function ‘int main()’:
user.cpp:11:16: error: ‘algsort’ was not declared in this scope
ofstream cout(algsort.out");
^
user.cpp:15:22: error: ‘n’ was not declared in this scope
for (int i = 0; i < n; v.push_back(x), i++)
^
user.cpp:15:25: error: ‘v’ was not declared in this scope
for (int i = 0; i < n; v.push_back(x), i++)
^
user.cpp:15:37: error: ‘x’ was not declared in this scope
for (int i = 0; i < n; v.push_back(x), i++)
^
user.cpp:18:7: error: ‘v’ was not declared in this scope
sort(v.begin(), v.end());
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !