Pagini recente » Borderou de evaluare (job #2466675) | Borderou de evaluare (job #1757503) | Borderou de evaluare (job #2739260) | Borderou de evaluare (job #2549451) | Borderou de evaluare (job #1016784)
Borderou de evaluare (job #1016784)
Raport evaluator
Compilare:
user.cpp: In function ‘void TrieInsert(std::string&)’:
user.cpp:26:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i(0) ; i < s.length() ; ++i)
^
user.cpp:28:23: warning: array subscript has type ‘char’ [-Wchar-subscripts]
if (!node->node[s[i]])
^
user.cpp:29:19: warning: array subscript has type ‘char’ [-Wchar-subscripts]
node->node[s[i]] = new struct Trie;
^
user.cpp:30:25: warning: array subscript has type ‘char’ [-Wchar-subscripts]
node = node->node[s[i]];
^
user.cpp: In function ‘void Compute()’:
user.cpp:65:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i(0) ; i < Pattern.length() ; ++i)
^
user.cpp:67:49: warning: array subscript has type ‘char’ [-Wchar-subscripts]
while (it != Automaton && !it->node[Pattern[i]])
^
user.cpp:69:26: warning: array subscript has type ‘char’ [-Wchar-subscripts]
if (it->node[Pattern[i]])
^
user.cpp:71:28: warning: array subscript has type ‘char’ [-Wchar-subscripts]
it = it->node[Pattern[i]];
^
user.cpp: In function ‘int TrieQuery(std::string&)’:
user.cpp:90:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i(0) ; i < s.length() ; ++i)
^
user.cpp:91:21: warning: array subscript has type ‘char’ [-Wchar-subscripts]
it = it->node[s[i]];
^
user.cpp: In function ‘void Convert(std::string&)’:
user.cpp:97:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i(0) ; i < s.length() ; ++i)
^
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 4ms | 544kb | OK | 10 |
2 | 12ms | 916kb | OK | 10 |
3 | 28ms | 1544kb | OK | 10 |
4 | 112ms | 14484kb | OK | 10 |
5 | 172ms | 23272kb | OK | 10 |
6 | 112ms | 14332kb | OK | 10 |
7 | 224ms | 28616kb | OK | 10 |
8 | 116ms | 14540kb | OK | 10 |
9 | 16ms | 2252kb | OK | 10 |
10 | 8ms | 1108kb | OK | 10 |
Punctaj total | 100 |