#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 | #52537651 | Utilizator | |
Fișier | adfgx.cpp | Dimensiune | 2.11 KB |
Data încărcării | 02 Octombrie 2024, 18:19 | Scor / rezultat | 30 puncte |
adfgx.cpp: In function 'int main()': adfgx.cpp:82:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < strlen(s); i++) { ^ adfgx.cpp:90:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (i = 0; i < strlen(ss); i++) { ^ adfgx.cpp:60:24: warning: unused variable 'lg' [-Wunused-variable] int cerinta, i, j, m, lg,l,maxi=0,ll,pp; ^ adfgx.cpp:60:27: warning: unused variable 'l' [-Wunused-variable] int cerinta, i, j, m, lg,l,maxi=0,ll,pp; ^ adfgx.cpp:60:29: warning: unused variable 'maxi' [-Wunused-variable] int cerinta, i, j, m, lg,l,maxi=0,ll,pp; ^ adfgx.cpp:60:36: warning: unused variable 'll' [-Wunused-variable] int cerinta, i, j, m, lg,l,maxi=0,ll,pp; ^ adfgx.cpp:60:39: warning: unused variable 'pp' [-Wunused-variable] int cerinta, i, j, m, lg,l,maxi=0,ll,pp; ^ adfgx.cpp: In function 'char TR(int)': adfgx.cpp:32:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ adfgx.cpp: In function 'int RETRO(char)': adfgx.cpp:51:1: warning: control reaches end of non-void function [-Wreturn-type] } ^
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
0 | 0 secunde | OK. | 10 | 10 | ||
1 | 0 secunde | OK. | 10 | 10 | ||
2 | 0.004 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ă.