#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 | #51542771 | Utilizator | |
Fișier | fmat.cpp | Dimensiune | 1.68 KB |
Data încărcării | 08 Iulie 2024, 15:18 | Scor / rezultat | Eroare de compilare |
fmat.cpp: In function 'long long int C_n_k(int, int, int)': fmat.cpp:39:9: error: too few arguments to function 'void Fact(long long int, int)' Fact(); ^ fmat.cpp:29:6: note: declared here void Fact(long long n, int N) { ^ fmat.cpp:40:7: error: void value not ignored as it ought to be A = Fact(n, N); ^ fmat.cpp:41:33: error: invalid operands of types 'void' and 'void' to binary 'operator*' B = Fact(k,N) * Fact(n - k,N) % N; ^ fmat.cpp:37:25: warning: unused variable 'd' [-Wunused-variable] long long int A, B, d, x, y, rez; ^ fmat.cpp:37:31: warning: unused variable 'y' [-Wunused-variable] long long 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; ^
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ă.