#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 | #50709275 | Utilizator | |
Fișier | hambar.c | Dimensiune | 1.13 KB |
Data încărcării | 23 Aprilie 2024, 16:27 | Scor / rezultat | 100 puncte |
hambar.c: In function 'main': hambar.c:42:5: warning: format '%hi' expects argument of type 'short int *', but argument 3 has type 'int *' [-Wformat=] fscanf(fin, "%hi %hi", &n, &m); ^ hambar.c:42:5: warning: format '%hi' expects argument of type 'short int *', but argument 4 has type 'int *' [-Wformat=] hambar.c:44:9: warning: format '%hi' expects argument of type 'short int *', but argument 3 has type 'int *' [-Wformat=] fscanf(fin, "%hi %hi", &a[i].l, &a[i].c); ^ hambar.c:44:9: warning: format '%hi' expects argument of type 'short int *', but argument 4 has type 'int *' [-Wformat=] hambar.c:42:11: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fin, "%hi %hi", &n, &m); ^ hambar.c:44:15: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fin, "%hi %hi", &a[i].l, &a[i].c); ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | OK. | 10 | 10 | Exemplu | |
2 | 0 secunde | OK. | 10 | 10 | ||
3 | 0 secunde | OK. | 10 | 10 | ||
4 | 0 secunde | OK. | 10 | 10 | ||
5 | 0 secunde | OK. | 10 | 10 | ||
6 | 0.012 secunde | OK. | 10 | 10 | ||
7 | 0.084 secunde | OK. | 10 | 10 | ||
8 | 0.132 secunde | OK. | 10 | 10 | ||
9 | 0.376 secunde | OK. | 10 | 10 | ||
10 | 1.244 secunde | OK. | 10 | 10 | ||
Punctaj total | 100 |
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ă.