#4390
bingo
Fie S
un șir de caractere de lungime N
indexat de la 1
. Pe un astfel de șir se definește operația swap
: se alege un indice i
(1 ≤ i < N
) și se interschimbă caracterele S[i]
și S[i + 1]
. Numărul norocos corespunzător unui șir S
este egal cu numărul minim de operații swap
ce trebuie efectuate succesiv pentru a obține cel puțin o subsecvență bingo
în șirul S
. Dacă subsecvența bingo
apare în șirul inițial, numărul norocos este egal cu 0
. Se dă un număr natural T
și T
șiruri de caractere. Să se determine pentru fiecare șir dat S[i]
(1 ≤ i ≤ T
), numărul său norocos.
Problema | bingo | Operații I/O |
bingo.in /bingo.out
|
---|---|---|---|
Limita timp | 0.6 secunde | Limita memorie |
Total: 32 MB
/
Stivă 8 MB
|
Id soluție | #49719685 | Utilizator | |
Fișier | bingo.cpp | Dimensiune | 3.20 KB |
Data încărcării | 13 Martie 2024, 09:41 | Scor / rezultat | 0 puncte |
bingo.cpp: In function 'int main()': bingo.cpp:23:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(l=0;l<strlen(buffer);l++) ^ bingo.cpp:43:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(l=0;l<strlen(buffer);l++) ^ bingo.cpp:61:14: warning: overflow in implicit constant conversion [-Woverflow] s=10000000000; ^ bingo.cpp:10:13: warning: unused variable 'k' [-Wunused-variable] int t,i,k,s=0,pozfavorabila[5],pozcurenta[5],l,verificare[5]={0},ss,stotal=0,suma[5]={0}; ^ bingo.cpp:10:19: warning: unused variable 'pozfavorabila' [-Wunused-variable] int t,i,k,s=0,pozfavorabila[5],pozcurenta[5],l,verificare[5]={0},ss,stotal=0,suma[5]={0}; ^ bingo.cpp:13:23: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] fscanf(f1,"%i",&t); ^ bingo.cpp:21:31: warning: ignoring return value of 'int fscanf(FILE*, const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] fscanf(f1,"%s",buffer); ^ bingo.cpp:60:143: warning: 'pozcurenta[4]' may be used uninitialized in this function [-Wmaybe-uninitialized] suma[4]=abs(pozcurenta[4]-4-pozcurenta[0])+abs(pozcurenta[4]-3-pozcurenta[1])+abs(pozcurenta[4]-2-pozcurenta[2])+abs(pozcurenta[4]-1-pozcurenta[3]); ^ bingo.cpp:60:159: warning: 'pozcurenta[3]' may be used uninitialized in this function [-Wmaybe-uninitialized] suma[4]=abs(pozcurenta[4]-4-pozcurenta[0])+abs(pozcurenta[4]-3-pozcurenta[1])+abs(pozcurenta[4]-2-pozcurenta[2])+abs(pozcurenta[4]-1-pozcurenta[3]); ^ bingo.cpp:60:89: warning: 'pozcurenta[1]' may be used uninitialized in this function [-Wmaybe-uninitialized] suma[4]=abs(pozcurenta[4]-4-pozcurenta[0])+abs(pozcurenta[4]-3-pozcurenta[1])+abs(pozcurenta[4]-2-pozcurenta[2])+abs(pozcurenta[4]-1-pozcurenta[3]); ^ bingo.cpp:60:54: warning: 'pozcurenta[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] suma[4]=abs(pozcurenta[4]-4-pozcurenta[0])+abs(pozcurenta[4]-3-pozcurenta[1])+abs(pozcurenta[4]-2-pozcurenta[2])+abs(pozcurenta[4]-1-pozcurenta[3]); ^ bingo.cpp:60:124: warning: 'pozcurenta[2]' may be used uninitialized in this function [-Wmaybe-uninitialized] suma[4]=abs(pozcurenta[4]-4-pozcurenta[0])+abs(pozcurenta[4]-3-pozcurenta[1])+abs(pozcurenta[4]-2-pozcurenta[2])+abs(pozcurenta[4]-1-pozcurenta[3]); ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | Raspuns gresit. | 4 | 0 | ||
2 | 0 secunde | Raspuns gresit. | 13 | 0 | ||
3 | 0.02 secunde | Raspuns gresit. | 3 | 0 | ||
4 | 0.216 secunde | Raspuns gresit. | 3 | 0 | ||
5 | Depășit | Limita de timp depășită | 3 | 0 | ||
6 | Depășit | Limita de timp depășită | 3 | 0 | ||
7 | 0 secunde | Raspuns gresit. | 3 | 0 | ||
8 | 0.004 secunde | Raspuns gresit. | 2 | 0 | ||
9 | 0 secunde | Raspuns gresit. | 2 | 0 | ||
10 | 0.004 secunde | Raspuns gresit. | 2 | 0 | ||
11 | 0.208 secunde | Raspuns gresit. | 2 | 0 | ||
12 | 0.208 secunde | Raspuns gresit. | 2 | 0 | ||
13 | 0.18 secunde | Raspuns gresit. | 2 | 0 | ||
14 | 0 secunde | Raspuns gresit. | 2 | 0 | ||
15 | 0.188 secunde | Raspuns gresit. | 2 | 0 | ||
16 | 0.232 secunde | Raspuns gresit. | 1 | 0 | ||
17 | Depășit | Limita de timp depășită | 5 | 0 | ||
18 | Depășit | Limita de timp depășită | 4 | 0 | ||
19 | 0.216 secunde | Raspuns gresit. | 4 | 0 | ||
20 | 0.02 secunde | Raspuns gresit. | 4 | 0 | ||
21 | 0.044 secunde | Raspuns gresit. | 4 | 0 | ||
22 | Depășit | Limita de timp depășită | 4 | 0 | ||
23 | Depășit | Limita de timp depășită | 4 | 0 | ||
24 | Depășit | Limita de timp depășită | 4 | 0 | ||
25 | Depășit | Limita de timp depășită | 10 | 0 | ||
26 | Depășit | Limita de timp depășită | 4 | 0 | ||
27 | 0.012 secunde | Raspuns gresit. | 4 | 0 | ||
Punctaj total | 0 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema bingo 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ă.