Pagini recente » Borderou de evaluare (job #3286553) | Borderou de evaluare (job #888398) | Borderou de evaluare (job #2883280) | Borderou de evaluare (job #114678) | Borderou de evaluare (job #2426019)
Borderou de evaluare (job #2426019)
Raport evaluator
Compilare:
main.cpp: In member function 'Arc* Vertex::getNextArc()':
main.cpp:93:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if(currentArc == incidentFromArcs.size()) {
~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Vertex::moveToNextArc()':
main.cpp:102:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if(currentArc == incidentFromArcs.size()) {
~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In function 'int main()':
main.cpp:145:33: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
freopen("maxflow.in","r",stdin);
^
main.cpp:146:35: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
freopen("maxflow.out","w",stdout);
^
main.cpp:148:22: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d %d",&N,&M);
^
main.cpp:161:36: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d %d %d",&x,&y,&capacity);
^
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
Punctaj/grupa |
1 | 3ms | 131kb | OK | 10 | 10 |
2 | 10ms | 131kb | OK | 10 | 10 |
3 | 3ms | 212kb | OK | 10 | 10 |
4 | 3ms | 131kb | OK | 10 | 10 |
5 | 2ms | 131kb | OK | 10 | 10 |
6 | 4ms | 262kb | OK | 10 | 10 |
7 | 14ms | 655kb | OK | 10 | 10 |
8 | 48ms | 1048kb | OK | 10 | 30 |
9 | 21ms | 1093kb | OK | 10 |
10 | 29ms | 1404kb | OK | 10 |
Punctaj total | 100 |