#5001
Fermierul Amooot merge la magazinul de furaje pentru a achiziționa amestecuri de iarbă pentru pășunatul vacilor sale. Vânzătorul Popică, viclean de fel, îi prezintă un șir V de N oferte; însă, pentru ca Amooot să poată achiziționa hrana, acesta va trebui neapărat să selecteze o subsecvență canonică de oferte!
Spunem că o subsecvență A[i], A[i+1], … , A[j] , 1 ≤ i ≤ j ≤ N este canonică dacă A[k] % A[i] = 0, pentru orice k, i ≤ k ≤ j. De exemplu, în șirul (3, 4, 2, 10, 4, 12, 3), subsecvențe canonice sunt (2, 10) sau (2, 10, 4, 12), dar nu și subsecvența (10, 4, 12).
Văzând condițiile impuse de Popică, Amooot își pune două întrebări:
V?V?ONI 2026, clasa a 9-a
| Problema | Canonic | Operații I/O |
canonic.in/canonic.out
|
|---|---|---|---|
| Limita timp | 1 secunde | Limita memorie |
Total: 32 MB
/
Stivă 8 MB
|
| Id soluție | #64678344 | Utilizator | |
| Fișier | canonic.cpp | Dimensiune | 1.12 KB |
| Data încărcării | 22 Mai 2026, 10:00 | Scor/rezultat | 47 puncte |
canonic.cpp: In function ‘int main()’: canonic.cpp:42:17: warning: unused variable ‘p1’ [-Wunused-variable] 42 | int p1 = stiva[dr]+1; | ^~
| Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
|---|---|---|---|---|---|---|
| 1 | 0.001 secunde | OK. | 3 | 3 | ||
| 2 | 0.001 secunde | OK. | 3 | 3 | ||
| 3 | 0.001 secunde | OK. | 3 | 3 | ||
| 4 | 0.001 secunde | OK. | 3 | 3 | ||
| 5 | 0.009 secunde | OK. | 3 | 3 | ||
| 6 | 0.009 secunde | OK. | 3 | 3 | ||
| 7 | 0.009 secunde | OK. | 3 | 3 | ||
| 8 | 0.017 secunde | OK. | 3 | 3 | ||
| 9 | 0.072 secunde | OK. | 3 | 3 | ||
| 10 | 0.069 secunde | OK. | 3 | 3 | ||
| 11 | 0.066 secunde | OK. | 3 | 3 | ||
| 12 | 0.068 secunde | OK. | 3 | 3 | ||
| 13 | 0.069 secunde | OK. | 3 | 3 | ||
| 14 | 0.001 secunde | Raspuns gresit. | 3 | 0 | ||
| 15 | 0.054 secunde | Raspuns gresit. | 3 | 0 | ||
| 16 | 0.001 secunde | Raspuns gresit. | 3 | 0 | ||
| 17 | 0.001 secunde | Raspuns gresit. | 3 | 0 | ||
| 18 | 0.001 secunde | Raspuns gresit. | 3 | 0 | ||
| 19 | 0.001 secunde | Raspuns gresit. | 3 | 0 | ||
| 20 | 0.013 secunde | Raspuns gresit. | 3 | 0 | ||
| 21 | 0.012 secunde | Raspuns gresit. | 3 | 0 | ||
| 22 | 0.012 secunde | Raspuns gresit. | 3 | 0 | ||
| 23 | 0.012 secunde | Raspuns gresit. | 3 | 0 | ||
| 24 | 0.083 secunde | Raspuns gresit. | 3 | 0 | ||
| 25 | 0.084 secunde | Raspuns gresit. | 3 | 0 | ||
| 26 | 0.088 secunde | Raspuns gresit. | 3 | 0 | ||
| 27 | 0.087 secunde | Raspuns gresit. | 3 | 0 | ||
| 28 | 0.085 secunde | Raspuns gresit. | 3 | 0 | ||
| 29 | 0.062 secunde | OK. | 2 | 2 | ||
| 30 | 0.082 secunde | Raspuns gresit. | 2 | 0 | ||
| 31 | 0.048 secunde | OK. | 2 | 2 | ||
| 32 | 0.066 secunde | Raspuns gresit. | 2 | 0 | ||
| 33 | 0.008 secunde | OK. | 2 | 2 | ||
| 34 | 0.02 secunde | Raspuns gresit. | 2 | 0 | ||
| 35 | 0.007 secunde | OK. | 2 | 2 | ||
| 36 | 0.011 secunde | Raspuns gresit. | 2 | 0 | ||
| Punctaj total | 47 | |||||
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Canonic 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ă.