Pagini recente » Borderou de evaluare (job #2353065) | Borderou de evaluare (job #2149919) | Cod sursa (job #1098421) | Borderou de evaluare (job #864743) | Borderou de evaluare (job #2450772)
Borderou de evaluare (job #2450772)
Raport evaluator
Compilare:
main.cpp: In function 'void trieOp::addWord(std::__cxx11::string&, int, trie*&)':
main.cpp:35:9: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if(ind<word.size())
~~~^~~~~~~~~~~~
main.cpp:38:11: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (ind == word.size()) node->last++;
~~~~^~~~~~~~~~~~~~
main.cpp: In function 'void trieOp::deleteWord(std::__cxx11::string&, int, trie*&)':
main.cpp:42:50: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (node->neigh[word[ind] - 'a'] != NULL && ind<word.size())
~~~^~~~~~~~~~~~
main.cpp:45:11: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (ind == word.size()) node->last--;
~~~~^~~~~~~~~~~~~~
main.cpp: In function 'int trieOp::showApp(std::__cxx11::string&, int, trie*&)':
main.cpp:55:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (ind == word.size())
~~~~^~~~~~~~~~~~~~
main.cpp: In function 'int trieOp::showPrefix(std::__cxx11::string&, int, trie*&)':
main.cpp:64:11: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (ind == word.size())
~~~~^~~~~~~~~~~~~~
main.cpp: In function 'int trieOp::showApp(std::__cxx11::string&, int, trie*&)':
main.cpp:60:2: warning: control reaches end of non-void function [-Wreturn-type]
}
^
main.cpp: In function 'int trieOp::showPrefix(std::__cxx11::string&, int, trie*&)':
main.cpp:74:2: warning: control reaches end of non-void function [-Wreturn-type]
}
^
| Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
Punctaj/grupa |
| 1 | 2ms | 131kb | OK | 5 | 5 |
| 2 | 2ms | 131kb | OK | 5 | 5 |
| 3 | 3ms | 131kb | Incorect | 0 | 0 |
| 4 | 3ms | 131kb | Incorect | 0 | 0 |
| 5 | 3ms | 131kb | Incorect | 0 | 0 |
| 6 | 4ms | 131kb | Incorect | 0 | 0 |
| 7 | 7ms | 262kb | Incorect | 0 | 0 |
| 8 | 9ms | 262kb | Incorect | 0 | 0 |
| 9 | 15ms | 655kb | Incorect | 0 | 0 |
| 10 | 24ms | 1966kb | Incorect | 0 | 0 |
| 11 | 25ms | 393kb | Incorect | 0 | 0 |
| 12 | 51ms | 4063kb | Incorect | 0 | 0 |
| 13 | 57ms | 3276kb | Incorect | 0 | 0 |
| 14 | 51ms | 917kb | Incorect | 0 | 0 |
| 15 | 60ms | 917kb | Incorect | 0 | 0 |
| 16 | 171ms | 25952kb | Incorect | 0 |
| 17 | 40ms | 262kb | Killed by Signal 11 | 0 | 0 |
| 18 | 159ms | 19398kb | Incorect | 0 |
| 19 | 69ms | 393kb | Incorect | 0 | 0 |
| 20 | 161ms | 30494kb | Memory limit exceeded | 0 |
| Punctaj total | 10 |