#3616
adfgx
Cifrul ADFGX
este un cifru care folosește o matrice pătratică 5x5
și o cheie
. În matricea pătratică, liniile și coloanele vor fi numerotate cu litere. Avem această matrice ca exemplu.
A D F G X A a b c d e D f g h i j F k l m n o G p q r s t X u v w x y
Problema | adfgx | Operații I/O |
adfgx.in /adfgx.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #52705103 | Utilizator | |
Fișier | adfgx.cpp | Dimensiune | 5.65 KB |
Data încărcării | 07 Octombrie 2024, 16:22 | Scor / rezultat | 30 puncte |
adfgx.cpp: In function 'int main()': adfgx.cpp:47:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for( k = 0; k < strlen( mes ); k++ ) ^ adfgx.cpp:49:54: warning: array subscript has type 'char' [-Wchar-subscripts] x[ i ][ j ] = lit[ lin[ mes[ k ] ] ]; ^ adfgx.cpp:57:54: warning: array subscript has type 'char' [-Wchar-subscripts] x[ i ][ j ] = lit[ col[ mes[ k ] ] ]; ^ adfgx.cpp:28:51: warning: unused variable 'j1' [-Wunused-variable] int lin[ 256 ], col[ 256 ], i, j, k, cnt, i1, j1, ok, y, z, m; ^ adfgx.cpp:28:55: warning: unused variable 'ok' [-Wunused-variable] int lin[ 256 ], col[ 256 ], i, j, k, cnt, i1, j1, ok, y, z, m; ^ adfgx.cpp:28:59: warning: unused variable 'y' [-Wunused-variable] int lin[ 256 ], col[ 256 ], i, j, k, cnt, i1, j1, ok, y, z, m; ^ adfgx.cpp:28:62: warning: unused variable 'z' [-Wunused-variable] int lin[ 256 ], col[ 256 ], i, j, k, cnt, i1, j1, ok, y, z, m; ^ adfgx.cpp:28:65: warning: unused variable 'm' [-Wunused-variable] int lin[ 256 ], col[ 256 ], i, j, k, cnt, i1, j1, ok, y, z, m; ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
0 | 0 secunde | OK. | 10 | 10 | ||
1 | 0 secunde | OK. | 10 | 10 | ||
2 | 0 secunde | OK. | 10 | 10 | ||
3 | Depășit | Limita de timp depășită | 10 | 0 | ||
4 | Depășit | Limita de timp depășită | 10 | 0 | ||
5 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
6 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
7 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
8 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
9 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
Punctaj total | 30 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema adfgx 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ă.