#4341
tablou2
Cunoscând N
, M
numărul de linii respectiv numărul de coloane din matrice și elementele matricei care reprezintă afișul, scrieţi un program care să rezolve următoarele cerinţe:
1. Determină aria minimă a unui tablou care conține obiectul de suprafață maximă care poate fi încadrat într-un tablou;
2. Determină numărul maxim de tablouri care pot fi decupate știind că elevii caută începând de sus în jos și de la stânga la dreapta obiectele care pot fi încadrate într-un tablou și decupează tabloul.
Olimpiada Municipală de Informatică, Iași, 2023
Problema | tablou2 | Operații I/O |
tablou.in /tablou.out
|
---|---|---|---|
Limita timp | 0.5 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #48856023 | Utilizator | |
Fișier | tablou2.cpp | Dimensiune | 1.81 KB |
Data încărcării | 07 Februarie 2024, 15:42 | Scor / rezultat | 31 puncte |
tablou2.cpp: In function 'int main()': tablou2.cpp:66:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (j = 0;j < p.size();j++) ^ tablou2.cpp:70:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = j + 1;i < p.size() ;i++) ^ tablou2.cpp:85:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0;i < p.size();i++) ^ tablou2.cpp:65:6: warning: variable 'ok' set but not used [-Wunused-but-set-variable] int ok = 0, nr = 0; ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | Raspuns gresit. | 4 | 0 | ||
2 | 0 secunde | OK. | 4 | 4 | ||
3 | 0 secunde | OK. | 4 | 4 | ||
4 | 0 secunde | Raspuns gresit. | 4 | 0 | ||
5 | 0 secunde | Raspuns gresit. | 4 | 0 | ||
6 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
7 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
8 | 0 secunde | OK. | 5 | 5 | ||
9 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
10 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
11 | 0 secunde | Raspuns gresit. | 4 | 0 | ||
12 | 0 secunde | OK. | 4 | 4 | ||
13 | 0 secunde | OK. | 4 | 4 | ||
14 | 0 secunde | Raspuns gresit. | 4 | 0 | ||
15 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
16 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
17 | 0 secunde | Raspuns gresit. | 4 | 0 | ||
18 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
19 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
20 | 0 secunde | Raspuns gresit. | 5 | 0 | ||
21 | 0 secunde | OK. | 5 | 5 | Exemplu | |
22 | 0 secunde | OK. | 5 | 5 | Exemplu | |
Punctaj total | 31 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema tablou2 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ă.