#3638
String Streak
Dându-se un string, să se modifice literele astfel încât să obținem un substring cu litere egale de lungime cât mai mare, fără să depășim un cost dat.
IOIT 2020-21, Runda 1
Problema | String Streak | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #53472103 | Utilizator | |
Fișier | string_streak.cpp | Dimensiune | 2.02 KB |
Data încărcării | 01 Noiembrie 2024, 16:44 | Scor / rezultat | 50 puncte |
string_streak.cpp: In member function 'void<anonymous class>::gasire_maxim()': string_streak.cpp:72:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0 ; i < s.size() ; ++ i ) ^ string_streak.cpp:70:17: warning: unused variable 'x' [-Wunused-variable] int x = 0; ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | OK. | 1 | 1 | Exemplu | |
2 | 0 secunde | OK. | 4 | 4 | ||
3 | 0 secunde | OK. | 5 | 5 | ||
4 | 0 secunde | OK. | 5 | 5 | ||
5 | 0 secunde | OK. | 5 | 5 | ||
6 | 0 secunde | OK. | 5 | 5 | ||
7 | 0 secunde | OK. | 5 | 5 | ||
8 | 0.02 secunde | Raspuns gresit. | 5 | 0 | ||
9 | 0.02 secunde | OK. | 5 | 5 | ||
10 | 0.02 secunde | OK. | 5 | 5 | ||
11 | 0.02 secunde | OK. | 5 | 5 | ||
12 | 0.02 secunde | Raspuns gresit. | 5 | 0 | ||
13 | 0.02 secunde | Raspuns gresit. | 5 | 0 | ||
14 | 0.02 secunde | Raspuns gresit. | 5 | 0 | ||
15 | 0.024 secunde | Raspuns gresit. | 5 | 0 | ||
16 | 0.02 secunde | Raspuns gresit. | 5 | 0 | ||
17 | 0.02 secunde | Raspuns gresit. | 5 | 0 | ||
18 | 0.02 secunde | Raspuns gresit. | 5 | 0 | ||
19 | 0.02 secunde | OK. | 5 | 5 | ||
20 | 0.02 secunde | Raspuns gresit. | 5 | 0 | ||
21 | 0.02 secunde | Raspuns gresit. | 5 | 0 | ||
Punctaj total | 50 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema String Streak 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ă.