#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 | #51802190 | Utilizator | |
Fișier | adfgx.cpp | Dimensiune | 2.08 KB |
Data încărcării | 22 August 2024, 00:10 | Scor / rezultat | 50 puncte |
adfgx.cpp: In function 'int main()': adfgx.cpp:51:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int j = 0; j < cheie.length(); j++) { ^ adfgx.cpp:52:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = j; i < x.length(); i+=cheie.length()) { ^ adfgx.cpp:59:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < cheie.length(); i++) { ^ adfgx.cpp:43:20: warning: unused variable 'j' [-Wunused-variable] int i = 0, j = 0; ^ adfgx.cpp:79:46: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < cheie.length(); i++) { ^
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 | 0 secunde | OK. | 10 | 10 | ||
4 | 0.004 secunde | OK. | 10 | 10 | ||
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.016 secunde | Raspuns gresit. | 10 | 0 | ||
Punctaj total | 50 |
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ă.