Borderou de evaluare (job #2819349)
Utilizator | Data | 18 decembrie 2021 11:32:26 | |
---|---|---|---|
Problema | Volum | Status | done |
Runda | Arhiva de probleme | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
1 | #include <fstream>
| ^
main.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
2 | #include <queue>
| ^
main.cpp:6:1: error: 'ifstream' does not name a type
6 | ifstream f("volum.in");
| ^~~~~~~~
main.cpp:6:18: error: 'volum' does not name a type
6 | ifstream f("volum.in");
| ^~~~~
main.cpp:6:32: error: expected unqualified-id before ')' token
6 | ifstream f("volum.in");
| ^
main.cpp:7:1: error: 'ofstream' does not name a type
7 | ofstream g("volum.out");
| ^~~~~~~~
main.cpp:7:18: error: 'volum' does not name a type
7 | ofstream g("volum.out");
| ^~~~~
main.cpp:7:33: error: expected unqualified-id before ')' token
7 | ofstream g("volum.out");
| ^
main.cpp:12:1: error: 'priority_queue' does not name a type
12 | priority_queue <pair<pair<int,int>,int> ,vector <pair<pair<int,int>,int> >, greater
| ^~~~~~~~~~~~~~
main.cpp:12:20: error: 'pair' does not name a type
12 | priority_queue <pair<pair<int,int>,int> ,vector <pair<pair<int,int>,int> >, greater
| ^~~~
main.cpp:12:28: error: 'pair' does not name a type
12 | priority_queue <pair<pair<int,int>,int> ,vector <pair<pair<int,int>,int> >, greater
| ^~~~
main.cpp:12:39: error: expected unqualified-id before ',' token
12 | priority_queue <pair<pair<int,int>,int> ,vector <pair<pair<int,int>,int> >, greater
| ^
main.cpp:12:40: error: expected unqualified-id before 'int'
12 | priority_queue <pair<pair<int,int>,int> ,vector <pair<pair<int,int>,int> >, greater
| ^~~
main.cpp:12:47: error: expected unqualified-id before ',' token
12 | priority_queue <pair<pair<int,int>,int> ,vector <pair<pair<int,int>,int> >, greater
| ^
main.cpp:12:48: error: expected unqualified-id before 'int'
12 | priority_queue <pair<pair<int,int>,int> ,vector <pair<pair<int,int>,int> >, greater
| ^~~
main.cpp:12:56: error: expected unqualified-id before ',' token
12 | priority_queue <pair<pair<int,int>,int> ,vector <pair<pair<int,int>,int> >, greater
| ^
main.cpp:12:64: error: expected constructor, destructor, or type conversion before '&' token
12 | priority_queue <pair<pair<int,int>,int> ,vector <pair<pair<int,int>,int> >, greater
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !