#4610
poseidon
În Tărâmul Magic al Insulelor, se desfășoară o vânătoare anuală de comori, unde echipele explorează insule fermecate, delimitate de apa ce le înconjoară. La ordinul regelui A., sunt ascunse comori pe fiecare insulă. Harta tărâmului este reprezentată sub forma unei matrice de dimensiune 𝑛 × 𝑚
, ale cărei elemente codifică zone pătratice, cu latura de 1 metru. Acestea pot fi:
−1
;0
; sauDouă zone se consideră vecine dacă au o latură comună. Două zone aparţin aceleiaşi insule dacă ele sunt vecine sau dacă se poate ajunge de la o zonă la cealaltă pe un drum care parcurge o succesiune de zone, oricare două zone parcurse consecutiv fiind vecine. În acest an, căpitanul Poseidon dorește să facă o farsă regelui A., permutând comorile, astfel încât fiecare comoară să fie mutată într-o zona în care inițial a fost o altă comoară. Totuși, pentru a nu atrage atenția prea mult, comorile vor rămâne în cadrul insulei pe care se aflau inițial
Pentru început, căpitanul Poseidon își propune să rezolve următoarele cerințe:
1 000 000 007
.Problema | poseidon | Operații I/O |
poseidon.in /poseidon.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #53615869 | Utilizator | |
Fișier | poseidon.cpp | Dimensiune | 1.09 KB |
Data încărcării | 06 Noiembrie 2024, 16:03 | Scor / rezultat | 20 puncte |
poseidon.cpp: In function 'void fill(int, int)': poseidon.cpp:12:14: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] if(np>=i>=1 && mp>=j>=1){ ^ poseidon.cpp:12:26: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] if(np>=i>=1 && mp>=j>=1){ ^ poseidon.cpp:20:14: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] if(np>=i>=1 && mp>=j>=1){ ^ poseidon.cpp:20:26: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] if(np>=i>=1 && mp>=j>=1){ ^ poseidon.cpp:28:14: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] if(np>=i>=1 && mp>=j>=1){ ^ poseidon.cpp:28:26: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] if(np>=i>=1 && mp>=j>=1){ ^ poseidon.cpp:36:14: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] if(np>=i>=1 && mp>=j>=1){ ^ poseidon.cpp:36:26: warning: comparisons like 'X<=Y<=Z' do not have their mathematical meaning [-Wparentheses] if(np>=i>=1 && mp>=j>=1){ ^ poseidon.cpp: In function 'int main()': poseidon.cpp:43:9: warning: unused variable 'k' [-Wunused-variable] int k,c; ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
0 | 0 secunde | OK. | 5 | 5 | ||
1 | 0 secunde | OK. | 5 | 5 | ||
2 | 0 secunde | Caught fatal signal 11 | 5 | 0 | ||
3 | 0 secunde | Caught fatal signal 11 | 5 | 0 | ||
4 | 0 secunde | Caught fatal signal 11 | 5 | 0 | ||
5 | 0 secunde | OK. | 5 | 5 | ||
6 | 0 secunde | Caught fatal signal 11 | 5 | 0 | ||
7 | 0.004 secunde | OK. | 5 | 5 | ||
8 | 0.072 secunde | Raspuns gresit. | 5 | 0 | ||
9 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
10 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
11 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
12 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
13 | 0.004 secunde | Raspuns gresit. | 5 | 0 | ||
14 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
15 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
16 | 0.072 secunde | Raspuns gresit. | 5 | 0 | ||
17 | 0.036 secunde | Raspuns gresit. | 5 | 0 | ||
18 | 0.048 secunde | Raspuns gresit. | 5 | 0 | ||
19 | 0.032 secunde | Raspuns gresit. | 5 | 0 | ||
Punctaj total | 20 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema poseidon 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ă.