#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 | #53793447 | Utilizator | |
Fișier | adobe.cpp | Dimensiune | 1.48 KB |
Data încărcării | 11 Noiembrie 2024, 21:35 | Scor / rezultat | 50 puncte |
adobe.cpp: In function 'int adobe(char*)': adobe.cpp:8:20: warning: array subscript has type 'char' [-Wchar-subscripts] fr[s[i]]++; ^ adobe.cpp:12:20: warning: array subscript has type 'char' [-Wchar-subscripts] fr[s[i]]++; ^ adobe.cpp:14:11: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if(!fr['a']) ^ adobe.cpp:22:11: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if(!fr['d']) ^ adobe.cpp:30:11: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if(!fr['o']) ^ adobe.cpp:38:11: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if(!fr['b']) ^ adobe.cpp:46:11: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if(!fr['e']) ^ adobe.cpp: In function 'int main()': adobe.cpp:60:5: warning: 'char* gets(char*)' is deprecated (declared at /usr/include/stdio.h:638) [-Wdeprecated-declarations] gets(s); ^ adobe.cpp:60:11: warning: 'char* gets(char*)' is deprecated (declared at /usr/include/stdio.h:638) [-Wdeprecated-declarations] gets(s); ^ adobe.cpp:61:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i=0;i<strlen(s)-4;i++) ^ adobe.cpp:60:12: warning: ignoring return value of 'char* gets(char*)', declared with attribute warn_unused_result [-Wunused-result] gets(s); ^ /tmp/ccVLPcAu.o: In function \`main': adobe.cpp:(.text.startup+0x2a): warning: the \`gets' function is dangerous and should not be used.
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
0 | 0 secunde | OK. | 10 | 10 | ||
1 | 0 secunde | OK. | 10 | 10 | ||
2 | 0 secunde | OK. | 10 | 10 | ||
3 | 0.012 secunde | OK. | 10 | 10 | ||
4 | 0.02 secunde | OK. | 10 | 10 | ||
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 | 50 |
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ă.