Borderou de evaluare (job #1974175)
Utilizator | Data | 27 aprilie 2017 00:01:59 | |
---|---|---|---|
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 ‘int cupleaza(int)’:
user.cpp:22:44: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < listDrum[nod].size(); i++)
^
user.cpp: In function ‘int main()’:
user.cpp:67:13: error: expected ‘}’ at end of input
return 0;
^
user.cpp:37:37: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
freopen("cuplaj.in", "r", stdin);
^
user.cpp:38:39: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
freopen("cuplaj.out", "w", stdout);
^
user.cpp:40:50: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
scanf("%d %d %d", &nrSour, &nrDest, &nrEdges);
^
user.cpp:45:31: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
scanf("%d %d", &t, &f);
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !