Pagini recente » Borderou de evaluare (job #2341456) | Borderou de evaluare (job #2986797) | Borderou de evaluare (job #2932348) | Borderou de evaluare (job #518127) | Borderou de evaluare (job #2426016)
Borderou de evaluare (job #2426016)
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 | 3ms | 131kb | OK | 10 | 10 |
3 | 2ms | 131kb | OK | 10 | 10 |
4 | 3ms | 131kb | OK | 10 | 10 |
5 | 4ms | 131kb | OK | 10 | 10 |
6 | 3ms | 262kb | OK | 10 | 10 |
7 | 7ms | 655kb | OK | 10 | 10 |
8 | 48ms | 1048kb | OK | 10 | 30 |
9 | 11ms | 1179kb | OK | 10 |
10 | 18ms | 1310kb | OK | 10 |
Punctaj total | 100 |