#3721
Cochilie
O matrice se numește cochilie de ordin N
, sau mai simplu cochilie, dacă a fost construită în funcție de un număr natural N
nenul după următoarea regulă:
1
cu valoarea 1
.I
cu valorile 2
, 3
, …, N
la cochilia deja existentă, se va alătura pe rând la DREAPTA, JOS, STÂNGA, SUS, în mod repetat în această ordine, câte un pătrat în care toate elementele au valoarea I
, iar lungimea laturii pătratului nou corespunde cu latura cochiliei la care se lipește.Cunoscând valorile numerelor naturale N
și P
, va trebui să răspundeți la următoarele întrebări:
N
?P
a cochiliei de ordin N
?OJI 2021, clasa a IX-a
Problema | Cochilie | Operații I/O |
cochilie.in /cochilie.out
|
---|---|---|---|
Limita timp | 0.2 secunde | Limita memorie |
Total: 256 MB
/
Stivă 8 MB
|
Id soluție | #53990176 | Utilizator | |
Fișier | cochilie.cpp | Dimensiune | 6.45 KB |
Data încărcării | 17 Noiembrie 2024, 01:18 | Scor / rezultat | 100 puncte |
cochilie.cpp: In function 'int main()': cochilie.cpp:58:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (k = 0; k < vec.size(); k++) { ^ cochilie.cpp:65:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (poz < vec.size()) { ^ cochilie.cpp:77:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (k = 0; k < vec.size(); k++) { ^ cochilie.cpp:84:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (poz < vec.size()) { ^ cochilie.cpp:120:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (k = 0; k < vec.size(); k++) { ^ cochilie.cpp:127:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (poz < vec.size()) { ^ cochilie.cpp:139:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (k = 0; k < vec.size(); k++) { ^ cochilie.cpp:146:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (poz < vec.size()) { ^ cochilie.cpp:181:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (k = 0; k < vec.size(); k++) { ^ cochilie.cpp:188:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (poz < vec.size()) { ^ cochilie.cpp:200:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (k = 0; k < vec.size(); k++) { ^ cochilie.cpp:207:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (poz < vec.size()) { ^ cochilie.cpp:242:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (k = 0; k < vec.size(); k++) { ^ cochilie.cpp:249:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (poz < vec.size()) { ^ cochilie.cpp:262:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (k = 0; k < vec.size(); k++) { ^ cochilie.cpp:269:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (poz < vec.size()) { ^ cochilie.cpp:298:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < u[grupa].vv.size(); i++) { ^ cochilie.cpp:33:17: warning: unused variable 'm' [-Wunused-variable] int lg, i, j, m,k,sus,jos,mini=100,poz,index; ^ cochilie.cpp:33:42: warning: variable 'index' set but not used [-Wunused-but-set-variable] int lg, i, j, m,k,sus,jos,mini=100,poz,index; ^ cochilie.cpp:33:7: warning: 'lg' may be used uninitialized in this function [-Wmaybe-uninitialized] int lg, i, j, m,k,sus,jos,mini=100,poz,index; ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
0 | 0 secunde | OK. | 4 | 4 | ||
1 | 0 secunde | OK. | 4 | 4 | ||
2 | 0 secunde | OK. | 4 | 4 | ||
3 | 0 secunde | OK. | 4 | 4 | ||
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 | OK. | 2 | 2 | ||
9 | 0.02 secunde | OK. | 2 | 2 | ||
10 | 0.056 secunde | OK. | 2 | 2 | ||
11 | 0.056 secunde | OK. | 2 | 2 | ||
12 | 0.02 secunde | OK. | 3 | 3 | ||
13 | 0.02 secunde | OK. | 3 | 3 | ||
14 | 0.056 secunde | OK. | 3 | 3 | ||
15 | 0.056 secunde | OK. | 3 | 3 | ||
16 | 0.02 secunde | OK. | 5 | 5 | ||
17 | 0.02 secunde | OK. | 5 | 5 | ||
18 | 0.056 secunde | OK. | 5 | 5 | ||
19 | 0.056 secunde | OK. | 5 | 5 | ||
20 | 0.02 secunde | OK. | 4 | 4 | ||
21 | 0.02 secunde | OK. | 4 | 4 | ||
22 | 0.056 secunde | OK. | 4 | 4 | ||
23 | 0.056 secunde | OK. | 4 | 4 | ||
24 | 0 secunde | OK. | 2 | 2 | ||
25 | 0 secunde | OK. | 2 | 2 | ||
26 | 0 secunde | OK. | 2 | 2 | ||
27 | 0 secunde | OK. | 2 | 2 | ||
Punctaj total | 100 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Cochilie 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ă.