Pagini recente » Borderou de evaluare (job #3289982) | Borderou de evaluare (job #3290028) | Borderou de evaluare (job #2946660) | Borderou de evaluare (job #3140803) | Borderou de evaluare (job #2424428)
Borderou de evaluare (job #2424428)
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 | 2ms | 131kb | OK | 10 | 10 |
| 4 | 3ms | 131kb | OK | 10 | 10 |
| 5 | 3ms | 131kb | OK | 10 | 10 |
| 6 | 4ms | 262kb | OK | 10 | 10 |
| 7 | 8ms | 655kb | OK | 10 | 10 |
| 8 | 61ms | 1048kb | Time limit exceeded | 0 | 0 |
| 9 | 22ms | 1142kb | OK | 10 |
| 10 | 24ms | 1310kb | OK | 10 |
| Punctaj total | 70 |