#4712
aperm
Se consideră o matrice cu n
linii și p
coloane. Fiecare linie a matricei este o permutare a mulțimii {1, 2, ..., p}
. Să se ordoneze lexicografic liniile matricei.
XOR 2015
Problema | aperm | Operații I/O |
aperm.in /aperm.out
|
---|---|---|---|
Limita timp | 0.3 secunde | Limita memorie |
Total: 2 MB
/
Stivă 1 MB
|
Id soluție | #54863555 | Utilizator | |
Fișier | aperm.cpp | Dimensiune | 1.17 KB |
Data încărcării | 10 Decembrie 2024, 18:07 | Scor / rezultat | 0 puncte |
aperm.cpp: In function 'int main()': aperm.cpp:20:15: warning: array subscript is above array bounds [-Warray-bounds] b[i][2] = i; ^ aperm.cpp:33:28: warning: array subscript is above array bounds [-Warray-bounds] swap(b[i][2],b[j][2]); ^ aperm.cpp:33:36: warning: array subscript is above array bounds [-Warray-bounds] swap(b[i][2],b[j][2]); ^ aperm.cpp:33:28: warning: array subscript is above array bounds [-Warray-bounds] swap(b[i][2],b[j][2]); ^ aperm.cpp:33:36: warning: array subscript is above array bounds [-Warray-bounds] swap(b[i][2],b[j][2]); ^ aperm.cpp:37:48: warning: array subscript is above array bounds [-Warray-bounds] if(b[i][1] == b[j][1] && b[i][2] > b[j][2]) ^ aperm.cpp:37:58: warning: array subscript is above array bounds [-Warray-bounds] if(b[i][1] == b[j][1] && b[i][2] > b[j][2]) ^ aperm.cpp:38:32: warning: array subscript is above array bounds [-Warray-bounds] swap(b[i][2],b[j][2]); ^ aperm.cpp:38:40: warning: array subscript is above array bounds [-Warray-bounds] swap(b[i][2],b[j][2]); ^ aperm.cpp:41:23: warning: array subscript is above array bounds [-Warray-bounds] fout << b[i][2] << '\n'; ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
0 | 0 secunde | Caught fatal signal 11 | 5 | 0 | ||
1 | 0 secunde | Caught fatal signal 11 | 5 | 0 | ||
2 | 0 secunde | Caught fatal signal 11 | 10 | 0 | ||
3 | 0 secunde | Caught fatal signal 11 | 10 | 0 | ||
4 | 0 secunde | Caught fatal signal 11 | 10 | 0 | ||
5 | 0 secunde | Caught fatal signal 11 | 10 | 0 | ||
6 | 0 secunde | Caught fatal signal 11 | 10 | 0 | ||
7 | 0 secunde | Caught fatal signal 11 | 10 | 0 | ||
8 | 0 secunde | Caught fatal signal 11 | 10 | 0 | ||
9 | 0 secunde | Caught fatal signal 11 | 10 | 0 | ||
10 | 0 secunde | Caught fatal signal 11 | 10 | 0 | ||
Punctaj total | 0 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema aperm 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ă.