#1972
Hambar
Să se determine dreptunghiul de arie maximă ce conține numai 0
.
Problema | Hambar | Operații I/O |
hambar.in /hambar.out
|
---|---|---|---|
Limita timp | 3 secunde | Limita memorie |
Total: 5 MB
/
Stivă 1 MB
|
Id soluție | #55055699 | Utilizator | |
Fișier | hambar.cpp | Dimensiune | 986 B |
Data încărcării | 18 Decembrie 2024, 23:52 | Scor / rezultat | Eroare de compilare |
hambar.cpp: In function 'int poz(int, int, int, int, int)': hambar.cpp:14:11: error: 'ind' was not declared in this scope while(ind <= m) ^ hambar.cpp: In function 'void ma(int, int, int, int, int)': hambar.cpp:33:29: error: 'struct std::pair<int, int>' has no member named 'x' ma(x1, y1, v[p].x-1, y2, ind+1); ^ hambar.cpp:34:25: error: 'struct std::pair<int, int>' has no member named 'y' ma(x1, v[p].y+1, x2, y2, ind+1); ^ hambar.cpp:35:33: error: 'struct std::pair<int, int>' has no member named 'y' ma(x1, y1, x2, v[p].y-1, ind+1); ^ hambar.cpp:36:21: error: 'struct std::pair<int, int>' has no member named 'x' ma(v[p].x+1, y1, x2, y2, ind+1); ^ hambar.cpp: In function 'int main()': hambar.cpp:47:21: error: 'struct std::pair<int, int>' has no member named 'x' fin >> v[i].x >> v[i].y; ^ hambar.cpp:47:31: error: 'struct std::pair<int, int>' has no member named 'y' fin >> v[i].x >> v[i].y; ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Hambar 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ă.