Borderou de evaluare (job #1116877)

Utilizator negrea.andreiAndrei Negrea negrea.andrei Data 22 februarie 2014 21:20:28
Problema Trie Status done
Runda Arhiva educationala Compilator cpp | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: user.cpp: In function ‘int main()’: user.cpp:111:35: error: ‘strlen’ was not declared in this scope add(&root, word, 0, strlen(word)); ^ user.cpp:115:35: error: ‘strlen’ was not declared in this scope del(&root, word, 0, strlen(word)); ^ user.cpp:119:46: error: ‘strlen’ was not declared in this scope g << countWord(&root, word, 0, strlen(word)) << "\n"; ^ user.cpp:123:50: error: ‘strlen’ was not declared in this scope g << longestPrefix(&root, word, 0, strlen(word)) << "\n"; ^ user.cpp: In function ‘int countWord(TrieNode*, char*, int, int)’: user.cpp:55:1: warning: control reaches end of non-void function [-Wreturn-type] } ^

Ceva nu functioneaza?