#4169
switchLetters
Se dă un șir s = s
0
, s
1
,…, s
n-1
de n
litere mici. Prin s[i..j]
se înțelege secvența s
i
, s
i+1
, …, s
j
. Asupra șirului se efectuează de mai multe ori operația switch(i,j,c1,c2)
, care în secvența s[i..j]
modifică orice apariție a literei c1
în litera c2
. Dându-se șirul s
și m
operații switch, să se afișeze șirul s
după efectuarea celor m
operații.
Lot juniori, Cluj-Napoca 2022
Problema | switchLetters | Operații I/O |
switchletters.in /switchletters.out
|
---|---|---|---|
Limita timp | 0.45 secunde | Limita memorie |
Total: 128 MB
/
Stivă 64 MB
|
Id soluție | #42548153 | Utilizator | |
Fișier | switchletters.cpp | Dimensiune | 1.18 KB |
Data încărcării | 09 Martie 2023, 19:10 | Scor / rezultat | 0 puncte |
switchletters.cpp: In function 'int main()': switchletters.cpp:31:20: warning: array subscript has type 'char' [-Wchar-subscripts] ap[poz[s[i]]++][s[i]]=i; ^ switchletters.cpp:31:29: warning: array subscript has type 'char' [-Wchar-subscripts] ap[poz[s[i]]++][s[i]]=i; ^ switchletters.cpp:40:24: warning: array subscript has type 'char' [-Wchar-subscripts] while(ap[x1][c1]>x) ^ switchletters.cpp:42:24: warning: array subscript has type 'char' [-Wchar-subscripts] while(ap[x1][c1]<x) ^ switchletters.cpp:45:24: warning: array subscript has type 'char' [-Wchar-subscripts] while(ap[y1][c1]<y) ^ switchletters.cpp:47:24: warning: array subscript has type 'char' [-Wchar-subscripts] while(ap[y1][c1]>y) ^ switchletters.cpp:51:23: warning: array subscript has type 'char' [-Wchar-subscripts] s[ap[p][c1]]=c2; ^ switchletters.cpp:52:22: warning: array subscript has type 'char' [-Wchar-subscripts] ap[poz[c2]++][c2]=ap[p][c1]; ^ switchletters.cpp:52:29: warning: array subscript has type 'char' [-Wchar-subscripts] ap[poz[c2]++][c2]=ap[p][c1]; ^ switchletters.cpp:52:39: warning: array subscript has type 'char' [-Wchar-subscripts] ap[poz[c2]++][c2]=ap[p][c1]; ^ switchletters.cpp:53:21: warning: array subscript has type 'char' [-Wchar-subscripts] ap[p][c1]=0; ^ switchletters.cpp:54:19: warning: array subscript has type 'char' [-Wchar-subscripts] poz[c1]--; ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0.032 secunde | Raspuns gresit. | 7 | 0 | ||
2 | 0.032 secunde | Raspuns gresit. | 7 | 0 | ||
3 | 0.032 secunde | Raspuns gresit. | 7 | 0 | ||
4 | 0.032 secunde | Raspuns gresit. | 7 | 0 | ||
5 | 0.028 secunde | Raspuns gresit. | 7 | 0 | ||
6 | 0.04 secunde | Raspuns gresit. | 7 | 0 | ||
7 | 0.04 secunde | Raspuns gresit. | 7 | 0 | ||
8 | 0.04 secunde | Raspuns gresit. | 7 | 0 | ||
9 | 0.04 secunde | Raspuns gresit. | 7 | 0 | ||
10 | 0.04 secunde | Raspuns gresit. | 7 | 0 | ||
11 | 0.04 secunde | Raspuns gresit. | 10 | 0 | ||
12 | 0.04 secunde | Raspuns gresit. | 10 | 0 | ||
13 | 0.036 secunde | Raspuns gresit. | 10 | 0 | ||
Punctaj total | 0 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema switchLetters 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ă.