#3936
determinantb
Se dau n
numere întregi, \( a_{1}, a_{2}, …, a_{n} \).
Calculați valoarea determinantului \( \begin{vmatrix}
1 & 1 & 1 & … & 1 & 1\\
a_{1} & a_{2} & a_{3} & … & a_{n-1} & a_{n}\\
a_{1}^{2} & a_{2}^{2} & a_{3}^{2} & … & a_{n-1}^{2} & a_{n}^{2}\\
… & … & … & … & … & …\\
a_{1}^{n-2} & a_{2}^{n-2} & a_{3}^{n-2} & … & a_{n-1}^{n-2} & a_{n}^{n-2}\\
a_{1}^{n-1} & a_{2}^{n-1} & a_{3}^{n-1} & … & a_{n-1}^{n-1} & a_{n}^{n-1}
\end{vmatrix} \).
Problema | determinantb | Operații I/O |
determinantb.in /determinantb.out
|
---|---|---|---|
Limita timp | 0.5 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #48899550 | Utilizator | |
Fișier | determinantb.c | Dimensiune | 700 B |
Data încărcării | 08 Februarie 2024, 17:53 | Scor / rezultat | Eroare de compilare |
determinantb.c: In function 'main': determinantb.c:13:5: warning: format '%ld' expects argument of type 'long int *', but argument 3 has type 'int64_t *' [-Wformat=] fscanf(fin, "%ld", &n); ^ determinantb.c:18:9: warning: format '%ld' expects argument of type 'long int *', but argument 3 has type 'int64_t *' [-Wformat=] fscanf(fin, "%ld", &array[i]); ^ determinantb.c:21:5: error: unknown type name 'int364_t' int364_t p = 1; ^ determinantb.c:29:5: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] fprintf(fout, "%ld", p); ^ determinantb.c:13:11: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fin, "%ld", &n); ^ determinantb.c:18:15: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result] fscanf(fin, "%ld", &array[i]); ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema determinantb 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ă.