Borderou de evaluare (job #1692408)
Utilizator | Data | 20 aprilie 2016 20:05:01 | |
---|---|---|---|
Problema | Algoritmul lui Euclid | Status | done |
Runda | Arhiva educationala | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp:5:1: error: ‘ifstream’ does not name a type
ifstream f("euclid.in");
^
user.cpp:6:1: error: ‘ofstream’ does not name a type
ofstream g("euclid.out");
^
user.cpp: In function ‘int main()’:
user.cpp:18:9: error: ‘f’ was not declared in this scope
f>>x; f>>y;
^
user.cpp:22:16: error: ‘b’ was not declared in this scope
t=b;
^
user.cpp:23:16: error: ‘a’ was not declared in this scope
b=a%b;
^
user.cpp:26:9: error: ‘g’ was not declared in this scope
g<<a<<endl;
^
user.cpp:26:12: error: ‘a’ was not declared in this scope
g<<a<<endl;
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !