Borderou de evaluare (job #2059720)
Utilizator | Data | 7 noiembrie 2017 15:40:43 | |
---|---|---|---|
Problema | Algoritmul lui Euclid | Status | done |
Runda | Arhiva educationala | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp: In function ‘int main()’:
user.cpp:22:13: error: variable ‘std::ifstream f’ has initializer but incomplete type
ifstream f("euclid2.in");ofstream g("euclid2.out");
^
user.cpp:22:38: error: variable ‘std::ofstream g’ has initializer but incomplete type
ifstream f("euclid2.in");ofstream g("euclid2.out");
^
user.cpp:26:20: error: ‘T’ was not declared in this scope
for ( int i=1; i<= T; i++)
^
user.cpp:28:4: error: ‘a’ was not declared in this scope
f>>a>>b;
^
user.cpp:28:7: error: ‘b’ was not declared in this scope
f>>a>>b;
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !