Pagini recente » Borderou de evaluare (job #2555141) | Borderou de evaluare (job #1535420) | Borderou de evaluare (job #3042513) | Borderou de evaluare (job #2813680) | Borderou de evaluare (job #3190247)
Borderou de evaluare (job #3190247)
Raport evaluator
Compilare:
main.cpp: In function 'int dfs(int, int)':
main.cpp:26:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
26 | for(int i = 0; i < adj[nod].size(); i++){
| ~~^~~~~~~~~~~~~~~~~
main.cpp: In function 'int bfs()':
main.cpp:47:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
47 | for(int i = 0; i < adj[nod].size(); i++){
| ~~^~~~~~~~~~~~~~~~~
main.cpp: In function 'int dinic()':
main.cpp:68:17: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
68 | while(x = dfs(0, 1)){
| ~~^~~~~~~~~~~
main.cpp: In function 'int main()':
main.cpp:104:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
104 | for(j = 0; j < adj[i].size(); j++){
| ~~^~~~~~~~~~~~~~~
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 0ms | 303kb | Incorect! | 0 |
2 | 0ms | 303kb | Incorect! | 0 |
3 | 0ms | 303kb | Incorect! | 0 |
4 | 0ms | 303kb | Incorect! | 0 |
5 | 0ms | 557kb | Incorect! | 0 |
6 | 0ms | 557kb | Incorect! | 0 |
7 | 0ms | 557kb | Incorect! | 0 |
8 | 0ms | 557kb | Incorect! | 0 |
9 | 0ms | 303kb | Incorect! | 0 |
10 | 0ms | 557kb | S-a respectat legea! | 10 |
Punctaj total | 10 |