Pagini recente » Borderou de evaluare (job #2016262) | Borderou de evaluare (job #1675545) | Borderou de evaluare (job #1152077) | Borderou de evaluare (job #2448517) | Borderou de evaluare (job #2971085)
Borderou de evaluare (job #2971085)
Raport evaluator
Compilare:
main.cpp: In function 'void dijkstra()':
main.cpp:43: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]
43 | pq.push({len + s1.length(), dif + s1.length()});
| ~~~~^~~~~~~~~~~~~
main.cpp:43: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]
43 | pq.push({len + s1.length(), dif + s1.length()});
| ~~~~^~~~~~~~~~~~~
main.cpp:44: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]
44 | pq.push({len + s1.length(), dif - s1.length()});
| ~~~~^~~~~~~~~~~~~
main.cpp:44: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]
44 | pq.push({len + s1.length(), dif - s1.length()});
| ~~~~^~~~~~~~~~~~~
main.cpp:46: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]
46 | pq.push({len + s2.length(), dif + s2.length()});
| ~~~~^~~~~~~~~~~~~
main.cpp:46: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]
46 | pq.push({len + s2.length(), dif + s2.length()});
| ~~~~^~~~~~~~~~~~~
main.cpp:47: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]
47 | pq.push({len + s2.length(), dif - s2.length()});
| ~~~~^~~~~~~~~~~~~
main.cpp:47: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]
47 | pq.push({len + s2.length(), dif - s2.length()});
| ~~~~^~~~~~~~~~~~~
main.cpp:49: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]
49 | pq.push({len + s3.length(), dif + s3.length()});
| ~~~~^~~~~~~~~~~~~
main.cpp:49: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]
49 | pq.push({len + s3.length(), dif + s3.length()});
| ~~~~^~~~~~~~~~~~~
main.cpp:50: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]
50 | pq.push({len + s3.length(), dif - s3.length()});
| ~~~~^~~~~~~~~~~~~
main.cpp:50: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]
50 | pq.push({len + s3.length(), dif - s3.length()});
| ~~~~^~~~~~~~~~~~~
main.cpp:31:9: warning: unused variable 'cnt' [-Wunused-variable]
31 | int cnt = 0;
| ^~~
main.cpp: In function 'void solution()':
main.cpp:64:38: warning: narrowing conversion of '(((((ui)x) - i) - 1) - i)' from 'ui' {aka 'unsigned int'} to 'int' [-Wnarrowing]
64 | pq.push({x, (x - i - 1) - i});
| ~~~~~~~~~~~~^~~
main.cpp:73:38: warning: narrowing conversion of '(((((ui)x) - i) - 1) - i)' from 'ui' {aka 'unsigned int'} to 'int' [-Wnarrowing]
73 | pq.push({x, (x - i - 1) - i});
| ~~~~~~~~~~~~^~~
main.cpp:82:38: warning: narrowing conversion of '(((((ui)x) - i) - 1) - i)' from 'ui' {aka 'unsigned int'} to 'int' [-Wnarrowing]
82 | pq.push({x, (x - i - 1) - i});
| ~~~~~~~~~~~~^~~
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 56ms | 5881kb | OK | 5 |
2 | 56ms | 5001kb | OK | 5 |
3 | 64ms | 5025kb | OK | 5 |
4 | 69ms | 5050kb | OK | 5 |
5 | 67ms | 5160kb | OK | 5 |
6 | 77ms | 5074kb | OK | 5 |
7 | 93ms | 5218kb | OK | 5 |
8 | 9ms | 2691kb | Incorect | 0 |
9 | 33ms | 3194kb | Incorect | 0 |
10 | 3ms | 2637kb | Incorect | 0 |
11 | 13ms | 2822kb | Incorect | 0 |
12 | 3ms | 2637kb | Incorect | 0 |
13 | 4ms | 2637kb | Incorect | 0 |
14 | 3ms | 2641kb | Incorect | 0 |
15 | 2ms | 2637kb | Incorect | 0 |
16 | 4ms | 2637kb | Incorect | 0 |
17 | 5ms | 2637kb | Incorect | 0 |
18 | 4ms | 2637kb | Incorect | 0 |
19 | 3ms | 2637kb | Incorect | 0 |
20 | 5ms | 2637kb | Incorect | 0 |
Punctaj total | 35 |