Mai intai trebuie sa te autentifici.
Borderou de evaluare (job #2879799)
| Utilizator | Data | 28 martie 2022 23:27:25 | |
|---|---|---|---|
| Problema | Colaj | Status | done |
| Runda | Arhiva de probleme | Compilator | cpp-64 | Vezi sursa |
| Scor | 60 | ||
Raport evaluator
Compilare:
main.cpp: In function 'bool inside(int, int)':
main.cpp:24:35: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
24 | return (a >= 1 && b >= 1 && a <= lin.size() && b <= col.size());
| ~~^~~~~~~~~~~~~
main.cpp:24:54: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
24 | return (a >= 1 && b >= 1 && a <= lin.size() && b <= col.size());
| ~~^~~~~~~~~~~~~
main.cpp: In function 'int main()':
main.cpp:61:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
61 | for (int i = 0; i < lin1.size(); i += 2)
| ~~^~~~~~~~~~~~~
main.cpp:85:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
85 | for (int i = 1; i <= lin.size(); ++i)
| ~~^~~~~~~~~~~~~
main.cpp:86:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
86 | for (int j = 1; j <= col.size(); ++j)
| ~~^~~~~~~~~~~~~
main.cpp:92:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
92 | for (int i = 1; i <= lin.size(); ++i)
| ~~^~~~~~~~~~~~~
main.cpp:93:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
93 | for (int j = 1; j <= col.size(); ++j)
| ~~^~~~~~~~~~~~~
| Test | Timp executie | Memorie folosita | Mesaj | Punctaj/test |
|---|---|---|---|---|
| 1 | 1ms | 188kb | Incorect | 0 |
| 2 | 1ms | 184kb | Incorect | 0 |
| 3 | 1ms | 184kb | OK | 10 |
| 4 | 1ms | 184kb | OK | 10 |
| 5 | 1ms | 184kb | OK | 10 |
| 6 | 1ms | 184kb | OK | 10 |
| 7 | 1ms | 184kb | Incorect | 0 |
| 8 | 1ms | 184kb | Incorect | 0 |
| 9 | 1ms | 184kb | OK | 10 |
| 10 | 1ms | 184kb | OK | 10 |
| Punctaj total | 60 | |||
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !
