#2246
adobe
Domnul Eboda dorește să se angajeze la firma Adobe. La interviu el primește următoarea problemă. Se dă un șir de caractere format din litere și caracterele *
, +
și -
. Domnul Eboda trebuie să determine câte subsecvențe de lungime 5
sunt anagrame ale cuvântului ADOBE
. Regulile suplimentare sunt că nu se face distincție între literele mari și cele mici și în plus, caracterul +
poate suplini oricare consoană, caracterul -
suplinește orice vocală, iar *
suplinește orice literă. Cu aceste reguli putem spune că următoarele secvențe de cinci caractere sunt anagrame ale cuvântului adobe
: aeobd
, dBoAE
, db---
, Ae-++
, *****
, ++---
, ad*-+
.
-
Problema | adobe | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.2 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #53684684 | Utilizator | |
Fișier | adobe.cpp | Dimensiune | 1.30 KB |
Data încărcării | 08 Noiembrie 2024, 11:54 | Scor / rezultat | 0 puncte |
adobe.cpp: In function 'int adobe(char*)': adobe.cpp:8:15: warning: array subscript has type 'char' [-Wchar-subscripts] fr[s[i]]++; ^ adobe.cpp:8:16: warning: array subscript has type 'char' [-Wchar-subscripts] fr[s[i]]++; ^ adobe.cpp:11:11: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if(!fr['a']) ^ adobe.cpp:18:11: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if(!fr['d']) ^ adobe.cpp:25:11: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if(!fr['o']) ^ adobe.cpp:32:11: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if(!fr['b']) ^ adobe.cpp:39:11: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if(!fr['e']) ^ adobe.cpp: In function 'int main()': adobe.cpp:54:5: warning: 'char* gets(char*)' is deprecated (declared at /usr/include/stdio.h:638) [-Wdeprecated-declarations] gets(s); ^ adobe.cpp:54:11: warning: 'char* gets(char*)' is deprecated (declared at /usr/include/stdio.h:638) [-Wdeprecated-declarations] gets(s); ^ adobe.cpp:55:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0;i<=strlen(s);i++) ^ adobe.cpp:58:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0;i<=strlen(s)-5;i++) ^ adobe.cpp:54:12: warning: ignoring return value of 'char* gets(char*)', declared with attribute warn_unused_result [-Wunused-result] gets(s); ^ /tmp/ccjRbhSm.o: In function \`main': adobe.cpp:(.text.startup+0x28): warning: the \`gets' function is dangerous and should not be used.
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
0 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
1 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
2 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
3 | 0.012 secunde | Raspuns gresit. | 10 | 0 | ||
4 | 0.02 secunde | Raspuns gresit. | 10 | 0 | ||
5 | Depășit | Limita de timp depășită | 10 | 0 | ||
6 | Depășit | Limita de timp depășită | 10 | 0 | ||
7 | Depășit | Limita de timp depășită | 10 | 0 | ||
8 | Depășit | Limita de timp depășită | 10 | 0 | ||
9 | Depășit | Limita de timp depășită | 10 | 0 | ||
Punctaj total | 0 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema adobe face parte din prima categorie. Soluția propusă de tine va fi evaluată astfel:
Suma punctajelor acordate pe testele utilizate pentru verificare este 100. Astfel, soluția ta poate obține cel mult 100 de puncte, caz în care se poate considera corectă.