#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 | #43510646 | Utilizator | |
Fișier | adfgx.cpp | Dimensiune | 2.74 KB |
Data încărcării | 30 Aprilie 2023, 21:05 | Scor / rezultat | 50 puncte |
adfgx.cpp: In function 'void Citire()': adfgx.cpp:30:13: warning: array subscript has type 'char' [-Wchar-subscripts] LC[c].a=t[i]; ^ adfgx.cpp:31:13: warning: array subscript has type 'char' [-Wchar-subscripts] LC[c].b=t[j]; ^ adfgx.cpp:32:15: warning: array subscript has type 'char' [-Wchar-subscripts] D[h[i]][h[j]]=c; ^ adfgx.cpp:32:21: warning: array subscript has type 'char' [-Wchar-subscripts] D[h[i]][h[j]]=c; ^ adfgx.cpp: In function 'void C1()': adfgx.cpp:57:30: warning: array subscript has type 'char' [-Wchar-subscripts] mt[++k] = LC[msg[i]].a; ^ adfgx.cpp:58:30: warning: array subscript has type 'char' [-Wchar-subscripts] mt[++k] = LC[msg[i]].b; ^ adfgx.cpp: In function 'void C2()': adfgx.cpp:134:26: warning: array subscript has type 'char' [-Wchar-subscripts] G << (char)D[t[i]][t[i+1]]; ^ adfgx.cpp:134:34: warning: array subscript has type 'char' [-Wchar-subscripts] G << (char)D[t[i]][t[i+1]]; ^
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.008 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.004 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ă.