Borderou de evaluare (job #1706706)
Utilizator | Data | 23 mai 2016 00:12:23 | |
---|---|---|---|
Problema | Cuplaj maxim in graf bipartit | Status | done |
Runda | Arhiva educationala | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp: In function ‘void dfs(int)’:
user.cpp:19:40: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int j=0;j<graph[i].vecini.size();j++)
^
user.cpp:30:40: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int j=0;j<graph[i].vecini.size();j++)
^
user.cpp: In function ‘bool verif()’:
user.cpp:39:44: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int j=0;j<graph[i].vecini.size();j++)
^
user.cpp: In function ‘int main()’:
user.cpp:50:5: error: ‘ifstram’ was not declared in this scope
ifstram f("bipartit.in");
^
user.cpp:50:13: error: expected ‘;’ before ‘f’
ifstram f("bipartit.in");
^
user.cpp:52:5: error: ‘f’ was not declared in this scope
f>>n>>m;
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !