#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 | #51802396 | Utilizator | |
Fișier | adfgx.cpp | Dimensiune | 3.21 KB |
Data încărcării | 22 August 2024, 01:53 | Scor / rezultat | 80 puncte |
adfgx.cpp: In function 'int main()': adfgx.cpp:60:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int j = 0; j < cheie.length(); j++) { ^ adfgx.cpp:61:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = j; i < x.length(); i += cheie.length()) { ^ adfgx.cpp:68:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < cheie.length(); i++) { ^ adfgx.cpp:52:20: warning: unused variable 'j' [-Wunused-variable] int i = 0, j = 0; ^ adfgx.cpp:88:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < cheie.length(); i++) { ^ adfgx.cpp:98:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while (i <= cheie.length()) { ^ adfgx.cpp:100:47: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (i + 1 >= cheie.length()) { ^
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 | OK. | 10 | 10 | ||
6 | 0 secunde | OK. | 10 | 10 | ||
7 | 0 secunde | OK. | 10 | 10 | ||
8 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
9 | 0.012 secunde | Raspuns gresit. | 10 | 0 | ||
Punctaj total | 80 |
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ă.