#3863
dungeons
Dungeon Crawl: Paper Soup tocmai a devenit cel mai popular joc, iar tu eşti pe cale să îl încerci. Jocul se desfăşoară pe un teren dreptunghiular cu N
linii și M
coloane). La fiecare pas, jucătorul poate să se mişte pe direcțiile nord
, sud
, est
sau vest
. Dacă acesta ajunge pe o poziţie cu o monedă, colectează moneda, iar aceasta dispare de pe hartă. Dacă acesta ajunge pe o poziţie cu mină, sistemul de peşteri se prăbuşeste, jucătorul pierde toate monezile colectate până în acel moment, iar jocul se termină. Considerând că vei adopta cea mai bună strategie, care este numărul maxim de monezi pe care îl poţi obține garantat, indiferent de unde vei fi poziţionat la început?
Problema | dungeons | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 1.8 secunde | Limita memorie |
Total: 256 MB
/
Stivă 8 MB
|
Id soluție | #49256509 | Utilizator | |
Fișier | dungeons.cpp | Dimensiune | 4.97 KB |
Data încărcării | 22 Februarie 2024, 14:51 | Scor / rezultat | 94 puncte |
dungeons.cpp: In function 'void startDif()': dungeons.cpp:74:53: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(j = 0; okay && j < elem[k].size(); j++) ^ dungeons.cpp:82:49: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(j = 1; j < elem[k].size(); j++) ^ dungeons.cpp:90:57: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(l = j; l < elem[k].size(); l++) ^ dungeons.cpp: In function 'int lee(int)': dungeons.cpp:138:49: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(j = 0; okay && j < elem[k].size(); j++) ^ dungeons.cpp:144:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(j = 0; j < elem[k].size(); j++) ^ dungeons.cpp:152:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(i = 0; i < elem[k].size(); i++) ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
0 | 0 secunde | OK. | 1 | 1 | ||
1 | 0 secunde | OK. | 2 | 2 | ||
2 | 0 secunde | OK. | 3 | 3 | ||
3 | 0 secunde | OK. | 4 | 4 | ||
4 | 0 secunde | OK. | 2 | 2 | ||
5 | 0 secunde | OK. | 2 | 2 | ||
6 | 0 secunde | OK. | 2 | 2 | ||
7 | 0 secunde | OK. | 3 | 3 | ||
8 | 0 secunde | OK. | 3 | 3 | ||
9 | 0 secunde | OK. | 3 | 3 | ||
10 | 0 secunde | OK. | 4 | 4 | ||
11 | 0 secunde | OK. | 4 | 4 | ||
12 | 0 secunde | OK. | 4 | 4 | ||
13 | 0.004 secunde | OK. | 4 | 4 | ||
14 | 0 secunde | OK. | 4 | 4 | ||
15 | 0 secunde | Raspuns gresit. | 4 | 0 | ||
16 | 0 secunde | OK. | 4 | 4 | ||
17 | 0 secunde | OK. | 4 | 4 | ||
18 | 0.144 secunde | OK. | 4 | 4 | ||
19 | 0.14 secunde | OK. | 4 | 4 | ||
20 | 0.14 secunde | OK. | 4 | 4 | ||
21 | 0.14 secunde | OK. | 4 | 4 | ||
22 | 0.168 secunde | OK. | 4 | 4 | ||
23 | 0.112 secunde | OK. | 4 | 4 | ||
24 | 0.464 secunde | OK. | 5 | 5 | ||
25 | Depășit | Limita de timp depășită | 2 | 0 | ||
26 | 0.612 secunde | OK. | 3 | 3 | ||
27 | 0.552 secunde | OK. | 3 | 3 | ||
28 | 0.552 secunde | OK. | 3 | 3 | ||
29 | 0.508 secunde | OK. | 3 | 3 | ||
Punctaj total | 94 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema dungeons 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ă.