Pagini recente » Borderou de evaluare (job #2303197) | Borderou de evaluare (job #2634349) | Suma | Cod sursa (job #79) | Borderou de evaluare (job #2971086)
Borderou de evaluare (job #2971086)
Raport evaluator
Compilare:
main.cpp: In function 'void dijkstra()':
main.cpp:54:26: warning: narrowing conversion of '(((std::__cxx11::basic_string<char>::size_type)len) + s1.std::__cxx11::basic_string<char>::length())' from 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} to 'int' [-Wnarrowing]
54 | pq.push({len + s1.length(), dif + s1.length()});
| ~~~~^~~~~~~~~~~~~
main.cpp:54:45: warning: narrowing conversion of '(((std::__cxx11::basic_string<char>::size_type)dif) + s1.std::__cxx11::basic_string<char>::length())' from 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} to 'int' [-Wnarrowing]
54 | pq.push({len + s1.length(), dif + s1.length()});
| ~~~~^~~~~~~~~~~~~
main.cpp:55:26: warning: narrowing conversion of '(((std::__cxx11::basic_string<char>::size_type)len) + s1.std::__cxx11::basic_string<char>::length())' from 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} to 'int' [-Wnarrowing]
55 | pq.push({len + s1.length(), dif - s1.length()});
| ~~~~^~~~~~~~~~~~~
main.cpp:55:45: warning: narrowing conversion of '(((std::__cxx11::basic_string<char>::size_type)dif) - s1.std::__cxx11::basic_string<char>::length())' from 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} to 'int' [-Wnarrowing]
55 | pq.push({len + s1.length(), dif - s1.length()});
| ~~~~^~~~~~~~~~~~~
main.cpp:57:26: warning: narrowing conversion of '(((std::__cxx11::basic_string<char>::size_type)len) + s2.std::__cxx11::basic_string<char>::length())' from 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} to 'int' [-Wnarrowing]
57 | pq.push({len + s2.length(), dif + s2.length()});
| ~~~~^~~~~~~~~~~~~
main.cpp:57:45: warning: narrowing conversion of '(((std::__cxx11::basic_string<char>::size_type)dif) + s2.std::__cxx11::basic_string<char>::length())' from 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} to 'int' [-Wnarrowing]
57 | pq.push({len + s2.length(), dif + s2.length()});
| ~~~~^~~~~~~~~~~~~
main.cpp:58:26: warning: narrowing conversion of '(((std::__cxx11::basic_string<char>::size_type)len) + s2.std::__cxx11::basic_string<char>::length())' from 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} to 'int' [-Wnarrowing]
58 | pq.push({len + s2.length(), dif - s2.length()});
| ~~~~^~~~~~~~~~~~~
main.cpp:58:45: warning: narrowing conversion of '(((std::__cxx11::basic_string<char>::size_type)dif) - s2.std::__cxx11::basic_string<char>::length())' from 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} to 'int' [-Wnarrowing]
58 | pq.push({len + s2.length(), dif - s2.length()});
| ~~~~^~~~~~~~~~~~~
main.cpp:60:26: warning: narrowing conversion of '(((std::__cxx11::basic_string<char>::size_type)len) + s3.std::__cxx11::basic_string<char>::length())' from 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} to 'int' [-Wnarrowing]
60 | pq.push({len + s3.length(), dif + s3.length()});
| ~~~~^~~~~~~~~~~~~
main.cpp:60:45: warning: narrowing conversion of '(((std::__cxx11::basic_string<char>::size_type)dif) + s3.std::__cxx11::basic_string<char>::length())' from 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} to 'int' [-Wnarrowing]
60 | pq.push({len + s3.length(), dif + s3.length()});
| ~~~~^~~~~~~~~~~~~
main.cpp:61:26: warning: narrowing conversion of '(((std::__cxx11::basic_string<char>::size_type)len) + s3.std::__cxx11::basic_string<char>::length())' from 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} to 'int' [-Wnarrowing]
61 | pq.push({len + s3.length(), dif - s3.length()});
| ~~~~^~~~~~~~~~~~~
main.cpp:61:45: warning: narrowing conversion of '(((std::__cxx11::basic_string<char>::size_type)dif) - s3.std::__cxx11::basic_string<char>::length())' from 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} to 'int' [-Wnarrowing]
61 | pq.push({len + s3.length(), dif - s3.length()});
| ~~~~^~~~~~~~~~~~~
main.cpp:40:9: warning: unused variable 'cnt' [-Wunused-variable]
40 | int cnt = 0;
| ^~~
main.cpp: In function 'void solution()':
main.cpp:75:38: warning: narrowing conversion of '(((((ui)x) - i) - 1) - i)' from 'ui' {aka 'unsigned int'} to 'int' [-Wnarrowing]
75 | pq.push({x, (x - i - 1) - i});
| ~~~~~~~~~~~~^~~
main.cpp:84:38: warning: narrowing conversion of '(((((ui)x) - i) - 1) - i)' from 'ui' {aka 'unsigned int'} to 'int' [-Wnarrowing]
84 | pq.push({x, (x - i - 1) - i});
| ~~~~~~~~~~~~^~~
main.cpp:93:38: warning: narrowing conversion of '(((((ui)x) - i) - 1) - i)' from 'ui' {aka 'unsigned int'} to 'int' [-Wnarrowing]
93 | pq.push({x, (x - i - 1) - i});
| ~~~~~~~~~~~~^~~
| Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
| 1 | 75ms | 6389kb | OK | 5 |
| 2 | 65ms | 5017kb | OK | 5 |
| 3 | 75ms | 5095kb | OK | 5 |
| 4 | 80ms | 5033kb | OK | 5 |
| 5 | 73ms | 5017kb | OK | 5 |
| 6 | 84ms | 5050kb | OK | 5 |
| 7 | 106ms | 5193kb | OK | 5 |
| 8 | 12ms | 5050kb | Incorect | 0 |
| 9 | 43ms | 5009kb | Incorect | 0 |
| 10 | 15ms | 5115kb | Incorect | 0 |
| 11 | 20ms | 5050kb | Incorect | 0 |
| 12 | 12ms | 5152kb | Incorect | 0 |
| 13 | 12ms | 5050kb | Incorect | 0 |
| 14 | 8ms | 5050kb | Incorect | 0 |
| 15 | 15ms | 5152kb | Incorect | 0 |
| 16 | 14ms | 5120kb | Incorect | 0 |
| 17 | 16ms | 5050kb | Incorect | 0 |
| 18 | 15ms | 5050kb | Incorect | 0 |
| 19 | 15ms | 5156kb | Incorect | 0 |
| 20 | 14ms | 5136kb | Incorect | 0 |
| Punctaj total | 35 |