Borderou de evaluare (job #2379987)
Utilizator | Data | 14 martie 2019 12:28:38 | |
---|---|---|---|
Problema | Generare de permutari | 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 fin("permutari.in");
^~~~~~~~
main.cpp:4:1: error: 'ofstream' does not name a type
ofstream fout("permutari.out");
^~~~~~~~
main.cpp: In function 'void back(int)':
main.cpp:13:9: error: 'fout' was not declared in this scope
fout<<perm[i]<<" ";
^~~~
main.cpp:14:9: error: 'fout' was not declared in this scope
fout<<endl;
^~~~
main.cpp: In function 'int main()':
main.cpp:30:5: error: 'fin' was not declared in this scope
fin>>n;
^~~
main.cpp:28:6: warning: unused variable 'lvl' [-Wunused-variable]
{int lvl;
^~~
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !