#3363
fmat
Fie o matrice (care are M
linii si N
coloane) colorată folosind C
culori. Aceasta este K-frumoasă
doar dacă are exact K
coloane omogene. O coloană omogenă este o coloană care are toate elementele colorate la fel.
Problema | fmat | Operații I/O |
fmat.in /fmat.out
|
---|---|---|---|
Limita timp | 3 secunde | Limita memorie |
Total: 256 MB
/
Stivă 8 MB
|
Id soluție | #51568578 | Utilizator | |
Fișier | fmat.cpp | Dimensiune | 1.46 KB |
Data încărcării | 13 Iulie 2024, 07:45 | Scor / rezultat | 100 puncte |
fmat.cpp: In function 'int C_n_k(int, int)': fmat.cpp:37:16: warning: unused variable 'd' [-Wunused-variable] int A, B, d, x, y, rez; ^ fmat.cpp:37:22: warning: unused variable 'y' [-Wunused-variable] int A, B, d, x, y, rez; ^ fmat.cpp:38:9: warning: unused variable 'i' [-Wunused-variable] int i; ^ fmat.cpp: In function 'int main()': fmat.cpp:48:20: warning: unused variable 'j' [-Wunused-variable] int teste, p,i,j; ^ fmat.cpp:60:26: warning: 'p' may be used uninitialized in this function [-Wmaybe-uninitialized] A = A + p; ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0.02 secunde | OK. | 3 | 3 | ||
2 | 0.624 secunde | OK. | 3 | 3 | ||
3 | 0.18 secunde | OK. | 4 | 4 | ||
4 | 0.52 secunde | OK. | 20 | 20 | ||
5 | 0.676 secunde | OK. | 37 | 37 | ||
6 | 0.168 secunde | OK. | 13 | 13 | ||
7 | 0.02 secunde | OK. | 2 | 2 | ||
8 | 0.02 secunde | OK. | 11 | 11 | ||
9 | 0.02 secunde | OK. | 7 | 7 | ||
Punctaj total | 100 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema fmat 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ă.