Borderou de evaluare (job #2175615)
Utilizator | Data | 16 martie 2018 18:06:33 | |
---|---|---|---|
Problema | Fractii | Status | done |
Runda | Arhiva de probleme | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp:3:1: error: ‘ifstream’ does not name a type
ifstream fin("fractii.in");
^
user.cpp:4:1: error: ‘ofstream’ does not name a type
ofstream fout("fractii.out");
^
user.cpp: In function ‘int main()’:
user.cpp:24:5: error: ‘fin’ was not declared in this scope
fin>>N;
^
user.cpp:27:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(i=1;i<=N;i++)
^
user.cpp:29:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(j=1;j<=N;j++)
^
user.cpp:39:5: error: ‘fout’ was not declared in this scope
fout<<k;
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !