Borderou de evaluare (job #1044671)
Utilizator | Data | 30 noiembrie 2013 11:07:47 | |
---|---|---|---|
Problema | Potrivirea sirurilor | Status | done |
Runda | Arhiva educationala | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp: In function ‘void prefix()’:
user.cpp:9:13: error: ‘strlen’ was not declared in this scope
n = strlen(a)-1;
^
user.cpp: In function ‘void KMP()’:
user.cpp:23:13: error: ‘strlen’ was not declared in this scope
n = strlen(a)-1;
^
user.cpp: In function ‘int main()’:
user.cpp:45:19: error: ‘strlen’ was not declared in this scope
for (i = strlen(a); i >= 0; i--)a[i] = a[i - 1];
^
user.cpp:46:19: error: ‘strlen’ was not declared in this scope
for (i = strlen(b); i >= 0; i--)b[i] = b[i - 1];
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !