Borderou de evaluare (job #748605)

Utilizator avatar Dooda Duda Bogdan Dooda IP ascuns
Problemă Traseu (clasele 11 și 12) Compilator cpp-32
Rundă lasm_01_12_2023_clasa11 Status evaluat
Dată 1 dec. 2023 16:10:00 Scor 30

Raport evaluator

Compilare: main.cpp: In function 'IntVector pathFinder(IntMatrix)': main.cpp:26:12: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'unsigned int'} [-Wsign-compare] 26 | while (i < a.size() - 1 || j < a[0].size() - 1) { | ~~^~~~~~~~~~~~~~ main.cpp:26:32: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'unsigned int'} [-Wsign-compare] 26 | while (i < a.size() - 1 || j < a[0].size() - 1) { | ~~^~~~~~~~~~~~~~~~~ main.cpp:27:15: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'unsigned int'} [-Wsign-compare] 27 | if (j + 1 < a[0].size() && i + 1 < a.size()) { | ~~~~~~^~~~~~~~~~~~~ main.cpp:27:38: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'unsigned int'} [-Wsign-compare] 27 | if (j + 1 < a[0].size() && i + 1 < a.size()) { | ~~~~~~^~~~~~~~~~ main.cpp:35:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'unsigned int'} [-Wsign-compare] 35 | } else if (j + 1 < a[0].size()) { | ~~~~~~^~~~~~~~~~~~~ main.cpp:38:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::vector<int> >::size_type' {aka 'unsigned int'} [-Wsign-compare] 38 | } else if (i + 1 < a.size()) { | ~~~~~~^~~~~~~~~~ main.cpp: In function 'int pathSum(IntVector)': main.cpp:48:21: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'unsigned int'} [-Wsign-compare] 48 | for (int i = 0; i < L.size(); i++) { | ~~^~~~~~~~~~
Test Timp execuție Memorie folosită Mesaj Punctaj/test
1 5 ms 245 kb OK 10
2 5 ms 245 kb OK 10
3 5 ms 503 kb OK 10
4 5 ms 245 kb Incorect 0
5 6 ms 245 kb Incorect 0
6 6 ms 245 kb Incorect 0
7 9 ms 249 kb Incorect 0
8 28 ms 765 kb Incorect 0
9 59 ms 1294 kb Incorect 0
10 117 ms 2338 kb Time limit exceeded 0
Punctaj total 30