#762
Identice2
Se dă o matrice cu n
linii și m
coloane și elemente numere naturale. Să se determine câte perechi de linii din matrice sunt identice.
Problema | Identice2 | Operații I/O | tastatură/ecran |
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #35752561 | Utilizator | |
Fișier | identice2.cpp | Dimensiune | 732 B |
Data încărcării | 21 Martie 2022, 18:16 | Scor / rezultat | Eroare de compilare |
identice2.cpp:20:9: error: too many decimal points in number [18:15, 21.03.2022] Diriga: 762 ^ identice2.cpp:21:9: error: too many decimal points in number [18:15, 21.03.2022] Diriga: #include<iostream> ^ identice2.cpp:21:29: error: stray '#' in program [18:15, 21.03.2022] Diriga: #include<iostream> ^ identice2.cpp:20:1: error: expected unqualified-id before '[' token [18:15, 21.03.2022] Diriga: 762 ^ identice2.cpp:23:5: error: redefinition of 'int n' int n,m,i,j,a[100][100],nr,ok,k; ^ identice2.cpp:3:5: error: 'int n' previously declared here int n,m,i,j,a[100][100],nr,ok; ^ identice2.cpp:23:7: error: redefinition of 'int m' int n,m,i,j,a[100][100],nr,ok,k; ^ identice2.cpp:3:7: error: 'int m' previously declared here int n,m,i,j,a[100][100],nr,ok; ^ identice2.cpp:23:9: error: redefinition of 'int i' int n,m,i,j,a[100][100],nr,ok,k; ^ identice2.cpp:3:9: error: 'int i' previously declared here int n,m,i,j,a[100][100],nr,ok; ^ identice2.cpp:23:11: error: redefinition of 'int j' int n,m,i,j,a[100][100],nr,ok,k; ^ identice2.cpp:3:11: error: 'int j' previously declared here int n,m,i,j,a[100][100],nr,ok; ^ identice2.cpp:23:23: error: redefinition of 'int a [100][100]' int n,m,i,j,a[100][100],nr,ok,k; ^ identice2.cpp:3:13: error: 'int a [100][100]' previously declared here int n,m,i,j,a[100][100],nr,ok; ^ identice2.cpp:23:25: error: redefinition of 'int nr' int n,m,i,j,a[100][100],nr,ok,k; ^ identice2.cpp:3:25: error: 'int nr' previously declared here int n,m,i,j,a[100][100],nr,ok; ^ identice2.cpp:23:28: error: redefinition of 'int ok' int n,m,i,j,a[100][100],nr,ok,k; ^ identice2.cpp:3:28: error: 'int ok' previously declared here int n,m,i,j,a[100][100],nr,ok; ^ identice2.cpp: In function 'int main()': identice2.cpp:24:5: error: redefinition of 'int main()' int main() ^ identice2.cpp:4:5: error: 'int main()' previously defined here int main() ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema Identice2 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ă.