#2779
cntSQ
Se dă o matrice binară (valori 0
și 1
). Să se determine câte pătrate exista cu proprietatea că acestea au pe marginea lor doar valori 1
.
Problema | cntSQ | Operații I/O |
cntsq.in /cntsq.out
|
---|---|---|---|
Limita timp | 0.15 secunde | Limita memorie |
Total: 32 MB
/
Stivă 8 MB
|
Id soluție | #48787755 | Utilizator | |
Fișier | cntsq.cpp | Dimensiune | 3.50 KB |
Data încărcării | 05 Februarie 2024, 17:36 | Scor / rezultat | 0 puncte |
cntsq.cpp: In function 'int main()': cntsq.cpp:154:62: warning: narrowing conversion of '((((int)j) + ((int)sus[((((int)i) + ((int)j)) + -1)][((int)j)])) + -1)' from 'int' to 'short int' inside { } [-Wnarrowing] sweep.push_back({j, 2, j + sus[i + j - 1][j] - 1}); ^ cntsq.cpp:156:32: warning: narrowing conversion of '(((int)j) - ((int)jos[((((int)i) + ((int)j)) + -1)][((int)j)]))' from 'int' to 'short int' inside { } [-Wnarrowing] sweep.push_back({j - jos[i + j - 1][j], -1, j}); ^ cntsq.cpp:167:62: warning: narrowing conversion of '((((int)i) + ((int)sus[((int)i)][((((int)j) + ((int)i)) + -1)])) + -1)' from 'int' to 'short int' inside { } [-Wnarrowing] sweep.push_back({i, 2, i + sus[i][j + i - 1] - 1}); ^ cntsq.cpp:169:32: warning: narrowing conversion of '(((int)i) - ((int)jos[((int)i)][((((int)j) + ((int)i)) + -1)]))' from 'int' to 'short int' inside { } [-Wnarrowing] sweep.push_back({i - jos[i][j + i - 1], -1, i}); ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
2 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
3 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
4 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
5 | 0.004 secunde | Raspuns gresit. | 10 | 0 | ||
6 | 0.004 secunde | Raspuns gresit. | 10 | 0 | ||
7 | 0.028 secunde | Raspuns gresit. | 10 | 0 | ||
8 | 0.028 secunde | Raspuns gresit. | 10 | 0 | ||
9 | 0.02 secunde | Raspuns gresit. | 10 | 0 | ||
10 | 0.028 secunde | Raspuns gresit. | 5 | 0 | ||
11 | 0.032 secunde | Raspuns gresit. | 5 | 0 | ||
Punctaj total | 0 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema cntSQ 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ă.