#1267
plaja
Fiind data o matrice de 0
si 1
, sa se gaseasca cel mai mare dreptunghi care contine doar 0
.
Problema | plaja | Operații I/O |
plaja.in /plaja.out
|
---|---|---|---|
Limita timp | 0.7 secunde | Limita memorie |
Total: 16 MB
/
Stivă 4 MB
|
Id soluție | #53377489 | Utilizator | |
Fișier | plaja.cpp | Dimensiune | 1.09 KB |
Data încărcării | 26 Octombrie 2024, 19:42 | Scor / rezultat | Eroare de compilare |
plaja.cpp: In function 'int get(int*, int)': plaja.cpp:13:5: error: 'stack' was not declared in this scope stack<int> s; ^ plaja.cpp:13:11: error: expected primary-expression before 'int' stack<int> s; ^ plaja.cpp:13:11: error: expected ';' before 'int' plaja.cpp:17:12: error: 's' was not declared in this scope if(s.empty() || vec[s.top()] <= vec[i])s.push(i++); ^ plaja.cpp:26:12: error: 's' was not declared in this scope while(!s.empty()) ^ plaja.cpp: In function 'int main()': plaja.cpp:41:41: error: 'strlen' was not declared in this scope for(int j = 0; j < (int)strlen(v); ++j) ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema plaja 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ă.