Borderou de evaluare (job #2966881)
Raport evaluator
Compilare:
main.cpp: In function 'void Add_TRIE(std::string, int, nod_TRIE*)':
main.cpp:27:10: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
27 | if( i==s.size() )
| ~^~~~~~~~~~
main.cpp: In function 'bool Delete_TRIE(std::string, int, nod_TRIE*)':
main.cpp:44:10: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
44 | if( i==s.size() )
| ~^~~~~~~~~~
main.cpp: In function 'int How_manny(std::string, int, nod_TRIE*)':
main.cpp:74:9: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
74 | if(i==S.length()) return nod->is_last_leter;
| ~^~~~~~~~~~~~
main.cpp: In function 'int Longest_Prefix(std::string, int, nod_TRIE*, int)':
main.cpp:83:9: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
83 | if(i==S.length() || nod->next_leter[ S[i]-'a' ]==0) return k;
| ~^~~~~~~~~~~~
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
Punctaj/grupa |
1 | 0ms | 184kb | OK | 5 | 5 |
2 | 0ms | 184kb | OK | 5 | 5 |
3 | 0ms | 184kb | OK | 5 | 5 |
4 | 0ms | 184kb | OK | 5 | 5 |
5 | 0ms | 184kb | OK | 5 | 5 |
6 | 0ms | 184kb | OK | 5 | 5 |
7 | 0ms | 184kb | OK | 5 | 5 |
8 | 0ms | 184kb | OK | 5 | 5 |
9 | 5ms | 577kb | Incorect | 0 | 0 |
10 | 10ms | 1626kb | OK | 5 | 5 |
11 | 10ms | 401kb | OK | 5 | 5 |
12 | 20ms | 3022kb | Incorect | 0 | 0 |
13 | 24ms | 2584kb | Incorect | 0 | 0 |
14 | 18ms | 856kb | OK | 5 | 5 |
15 | 21ms | 806kb | OK | 5 | 0 |
16 | 72ms | 20393kb | Incorect | 0 |
17 | 30ms | 372kb | Incorect | 0 | 0 |
18 | 74ms | 14954kb | Incorect | 0 |
19 | 35ms | 397kb | OK | 5 | 10 |
20 | 81ms | 27418kb | OK | 5 |
Punctaj total | 65 |