Borderou de evaluare (job #2663113)
Utilizator | Data | 25 octombrie 2020 13:34:39 | |
---|---|---|---|
Problema | Iepuri | Status | done |
Runda | Arhiva de probleme | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:23:18: error: variable 'std::ifstream fin' has initializer but incomplete type
ifstream fin("iepuri.in");
^
main.cpp:24:19: error: variable 'std::ofstream fout' has initializer but incomplete type
ofstream fout("iepuri.out")
^
main.cpp:25:6: error: expected ',' or ';' before 'int'
int x,y,z,a,b,c,t;
^~~
main.cpp:27:11: error: 't' was not declared in this scope
fin>>t;
^
main.cpp:29:16: error: 'x' was not declared in this scope
fin>>x>>y>>z>>a>>b>>c>>n;
^
main.cpp:29:19: error: 'y' was not declared in this scope
fin>>x>>y>>z>>a>>b>>c>>n;
^
main.cpp:29:22: error: 'z' was not declared in this scope
fin>>x>>y>>z>>a>>b>>c>>n;
^
main.cpp:29:25: error: 'a' was not declared in this scope
fin>>x>>y>>z>>a>>b>>c>>n;
^
main.cpp:29:28: error: 'b' was not declared in this scope
fin>>x>>y>>z>>a>>b>>c>>n;
^
main.cpp:29:31: error: 'c' was not declared in this scope
fin>>x>>y>>z>>a>>b>>c>>n;
^
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !