Pagini recente » Borderou de evaluare (job #344362) | Borderou de evaluare (job #2862763) | Borderou de evaluare (job #2032464) | Borderou de evaluare (job #1841783) | Borderou de evaluare (job #2424429)
Borderou de evaluare (job #2424429)
Raport evaluator
Compilare:
main.cpp: In member function 'Edge* Vertex::getNextEdge()':
main.cpp:91:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if(currentEdge == incidentFromEdges.size()) {
~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In member function 'void Vertex::moveToNextEdge()':
main.cpp:100:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if(currentEdge == incidentFromEdges.size()) {
~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In function 'int main()':
main.cpp:141: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:142: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:144: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:153: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 | 2ms | 131kb | OK | 10 | 10 |
2 | 3ms | 131kb | OK | 10 | 10 |
3 | 3ms | 131kb | OK | 10 | 10 |
4 | 4ms | 131kb | OK | 10 | 10 |
5 | 3ms | 241kb | OK | 10 | 10 |
6 | 6ms | 266kb | OK | 10 | 10 |
7 | 9ms | 561kb | OK | 10 | 10 |
8 | 63ms | 1048kb | Time limit exceeded | 0 | 0 |
9 | 22ms | 1130kb | OK | 10 |
10 | 23ms | 1310kb | OK | 10 |
Punctaj total | 70 |