#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 | #54078530 | Utilizator | |
Fișier | hambar.cpp | Dimensiune | 908 B |
Data încărcării | 19 Noiembrie 2024, 11:50 | Scor / rezultat | Eroare de compilare |
hambar.cpp:3:1: error: 'ifstream' does not name a type ifstream fin("hambar.in"); ^ hambar.cpp:4:1: error: 'ofstream' does not name a type ofstream fout("hambar.out"); ^ hambar.cpp: In function 'void read()': hambar.cpp:7:5: error: 'fin' was not declared in this scope fin>>N>>M; ^ hambar.cpp: In lambda function: hambar.cpp:38:45: error: expected '{' before '[' token int i1=solij[cnt][1], j1=solij=[cnt][2], i2=solij[cnt][]; ^ hambar.cpp: In function 'int main()': hambar.cpp:38:45: error: no match for 'operator[]' (operand types are 'main()::__lambda0' and 'int') hambar.cpp:39:19: error: expected primary-expression before ')' token for(int l=) ^ hambar.cpp:40:5: error: expected ';' before '}' token } ^ hambar.cpp:40:5: error: expected primary-expression before '}' token hambar.cpp:40:5: error: expected ';' before '}' token hambar.cpp:40:5: error: expected primary-expression before '}' token hambar.cpp:40:5: error: expected ')' before '}' token hambar.cpp:40:5: error: expected primary-expression before '}' token hambar.cpp:40:5: error: expected ';' before '}' token hambar.cpp:39:17: warning: unused variable 'l' [-Wunused-variable] for(int l=) ^ hambar.cpp:38:13: warning: unused variable 'i1' [-Wunused-variable] int i1=solij[cnt][1], j1=solij=[cnt][2], i2=solij[cnt][]; ^ hambar.cpp:38:31: warning: unused variable 'j1' [-Wunused-variable] int i1=solij[cnt][1], j1=solij=[cnt][2], i2=solij[cnt][]; ^
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ă.