Borderou de evaluare (job #1536799)
Utilizator | Data | 26 noiembrie 2015 17:51:16 | |
---|---|---|---|
Problema | Tabela | Status | done |
Runda | Arhiva de probleme | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp:2:1: error: ‘ifstream’ does not name a type
ifstream f("tabela.in");ofstream g("tabela.out");int main(){int L,C,n;f>>L>>C;g<<(L-1)^(C-1);}
^
user.cpp:2:25: error: ‘ofstream’ does not name a type
ifstream f("tabela.in");ofstream g("tabela.out");int main(){int L,C,n;f>>L>>C;g<<(L-1)^(C-1);}
^
user.cpp: In function ‘int main()’:
user.cpp:2:71: error: ‘f’ was not declared in this scope
ifstream f("tabela.in");ofstream g("tabela.out");int main(){int L,C,n;f>>L>>C;g<<(L-1)^(C-1);}
^
user.cpp:2:79: error: ‘g’ was not declared in this scope
ifstream f("tabela.in");ofstream g("tabela.out");int main(){int L,C,n;f>>L>>C;g<<(L-1)^(C-1);}
^
user.cpp:2:69: warning: unused variable ‘n’ [-Wunused-variable]
ifstream f("tabela.in");ofstream g("tabela.out");int main(){int L,C,n;f>>L>>C;g<<(L-1)^(C-1);}
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !