Borderou de evaluare (job #1019639)
Utilizator | Data | 31 octombrie 2013 18:31:41 | |
---|---|---|---|
Problema | Trie | Status | done |
Runda | Arhiva educationala | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp: In function ‘void insert(trie*&, char*)’:
user.cpp:27:14: error: ‘strlen’ was not declared in this scope
if (strlen(x)==0)
^
user.cpp: In function ‘int noOfOccurences(trie*, char*)’:
user.cpp:38:14: error: ‘strlen’ was not declared in this scope
if (strlen(x)==0) return p->now;
^
user.cpp: In function ‘int maxPrefix(trie*, char*)’:
user.cpp:46:14: error: ‘strlen’ was not declared in this scope
if (strlen(x)==0) return 1;
^
user.cpp: In function ‘void remove(trie*, char*)’:
user.cpp:54:14: error: ‘strlen’ was not declared in this scope
if (strlen(x)==0){
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !