Borderou de evaluare (job #2063077)
Utilizator | Data | 11 noiembrie 2017 09:19:58 | |
---|---|---|---|
Problema | Cmmmc | Status | done |
Runda | Arhiva de probleme | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp:4:1: error: ‘ifstream’ does not name a type
ifstream fin("cmmmc.in");
^
user.cpp:5:1: error: ‘ofstream’ does not name a type
ofstream fout("cmmmc.out");
^
user.cpp: In function ‘int main()’:
user.cpp:16:5: error: ‘fin’ was not declared in this scope
fin>>t;
^
user.cpp:20:13: error: ‘fout’ was not declared in this scope
fout<<"1 1 1\n";
^
user.cpp:65:9: error: ‘fout’ was not declared in this scope
fout<<nr<<" "<<min(solx,soly)<<" "<<max(solx,soly)<<"\n";
^
user.cpp:65:37: error: ‘min’ was not declared in this scope
fout<<nr<<" "<<min(solx,soly)<<" "<<max(solx,soly)<<"\n";
^
user.cpp:65:58: error: ‘max’ was not declared in this scope
fout<<nr<<" "<<min(solx,soly)<<" "<<max(solx,soly)<<"\n";
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !