Pagini recente » Borderou de evaluare (job #597000) | Borderou de evaluare (job #219604) | Borderou de evaluare (job #238463) | Borderou de evaluare (job #2580272) | Borderou de evaluare (job #2971078)
Borderou de evaluare (job #2971078)
Raport evaluator
Compilare:
main.cpp: In function 'void dijkstra()':
main.cpp:42: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]
42 | pq.push({len + s1.length(), dif + s1.length()});
| ~~~~^~~~~~~~~~~~~
main.cpp:42: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]
42 | pq.push({len + s1.length(), dif + s1.length()});
| ~~~~^~~~~~~~~~~~~
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:45: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]
45 | pq.push({len + s2.length(), dif + s2.length()});
| ~~~~^~~~~~~~~~~~~
main.cpp:45: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]
45 | pq.push({len + s2.length(), dif + s2.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:48: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]
48 | pq.push({len + s3.length(), dif + s3.length()});
| ~~~~^~~~~~~~~~~~~
main.cpp:48: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]
48 | pq.push({len + s3.length(), dif + s3.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:30:9: warning: unused variable 'cnt' [-Wunused-variable]
30 | int cnt = 0;
| ^~~
main.cpp: In function 'void solution()':
main.cpp:62:38: warning: narrowing conversion of '(((((ui)x) - i) - 1) - i)' from 'ui' {aka 'unsigned int'} to 'int' [-Wnarrowing]
62 | pq.push({x, (x - i - 1) - i});
| ~~~~~~~~~~~~^~~
main.cpp:71:38: warning: narrowing conversion of '(((((ui)x) - i) - 1) - i)' from 'ui' {aka 'unsigned int'} to 'int' [-Wnarrowing]
71 | pq.push({x, (x - i - 1) - i});
| ~~~~~~~~~~~~^~~
main.cpp:80:38: warning: narrowing conversion of '(((((ui)x) - i) - 1) - i)' from 'ui' {aka 'unsigned int'} to 'int' [-Wnarrowing]
80 | pq.push({x, (x - i - 1) - i});
| ~~~~~~~~~~~~^~~
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 60ms | 4386kb | OK | 5 |
2 | 60ms | 5103kb | OK | 5 |
3 | 63ms | 5050kb | OK | 5 |
4 | 70ms | 4997kb | OK | 5 |
5 | 69ms | 5070kb | OK | 5 |
6 | 79ms | 5054kb | OK | 5 |
7 | 92ms | 5165kb | OK | 5 |
8 | 2ms | 1720kb | Incorect | 0 |
9 | 32ms | 2863kb | Incorect | 0 |
10 | 0ms | 184kb | Incorect | 0 |
11 | 8ms | 1851kb | Incorect | 0 |
12 | 0ms | 184kb | Incorect | 0 |
13 | 0ms | 262kb | Incorect | 0 |
14 | 0ms | 184kb | Incorect | 0 |
15 | 0ms | 184kb | Incorect | 0 |
16 | 0ms | 184kb | Incorect | 0 |
17 | 0ms | 184kb | Incorect | 0 |
18 | 0ms | 184kb | Incorect | 0 |
19 | 0ms | 184kb | Incorect | 0 |
20 | 0ms | 184kb | Incorect | 0 |
Punctaj total | 35 |