Borderou de evaluare (job #2545182)
Utilizator | Data | 12 februarie 2020 21:22:28 | |
---|---|---|---|
Problema | Barbar | Status | done |
Runda | Arhiva de probleme | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:2:1: error: 'ifstream' does not name a type
ifstream fin("barbar.in");
^~~~~~~~
main.cpp:3:1: error: 'ofstream' does not name a type
ofstream fout("barbar.out");
^~~~~~~~
main.cpp:7:1: error: 'deque' does not name a type
deque <int> dx;
^~~~~
main.cpp:8:1: error: 'deque' does not name a type
deque <int> dy;
^~~~~
main.cpp: In function 'void filll()':
main.cpp:37:12: error: 'dx' was not declared in this scope
while(!dx.empty())
^~
main.cpp:40:11: error: 'dy' was not declared in this scope
c=dy.front();
^~
main.cpp: In function 'void lee2(int, int)':
main.cpp:54:5: error: 'dx' was not declared in this scope
dx.push_back(l);
^~
main.cpp:55:5: error: 'dy' was not declared in this scope
dy.push_back(c);
^~
main.cpp: In function 'int main()':
main.cpp:74:5: error: 'fin' was not declared in this scope
fin >> n >> m;
^~~
main.cpp:81:17: error: 'dx' was not declared in this scope
dx.push_back(i);
^~
main.cpp:82:17: error: 'dy' was not declared in this scope
dy.push_back(j);
^~
main.cpp:125:5: error: 'fout' was not declared in this scope
fout << maxx;
^~~~
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !