#3808
ADFGVX
Să se cripteze sau să se decripteze un mesaj folosind cifrul ADFGVX.
cifrul ADFGVX
Problema | ADFGVX | Operații I/O |
adfgvx.in /adfgvx.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #51429545 | Utilizator | |
Fișier | adfgvx.cpp | Dimensiune | 3.98 KB |
Data încărcării | 15 Iunie 2024, 21:20 | Scor / rezultat | 30 puncte |
adfgvx.cpp: In function 'int main()': adfgvx.cpp:40:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(i=0;i<strlen(s);i++) ^ adfgvx.cpp:44:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(j=0;j<strlen(s);j++) ^ adfgvx.cpp: In function 'void Criptare()': adfgvx.cpp:96:28: warning: unused variable 'j' [-Wunused-variable] int pozl=2, pozc=1, i, j,lin, col ; ^ adfgvx.cpp: In function 'void Decriptare(char*)': adfgvx.cpp:145:28: warning: array subscript has type 'char' [-Wchar-subscripts] v[++lgv]=mat[i][k]; ^ adfgvx.cpp:137:10: warning: unused variable 'criptC1' [-Wunused-variable] char criptC1,criptC2,lgv=0,v[1000005]; ^ adfgvx.cpp:137:18: warning: unused variable 'criptC2' [-Wunused-variable] char criptC1,criptC2,lgv=0,v[1000005]; ^ adfgvx.cpp: In function 'void Criptare()': adfgvx.cpp:101:39: warning: 'col' may be used uninitialized in this function [-Wmaybe-uninitialized] Transformare(lin, col, c1, c2); ^ adfgvx.cpp:101:39: warning: 'lin' may be used uninitialized in this function [-Wmaybe-uninitialized]
Test | Timp | Mesaj evaluare | Scor posibil | Scor obținut | ||
---|---|---|---|---|---|---|
1 | 0 secunde | OK. | 5 | 5 | Exemplu | |
2 | 0 secunde | OK. | 5 | 5 | Exemplu | |
3 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
4 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
5 | 0 secunde | Caught fatal signal 11 | 20 | 0 | ||
6 | 0 secunde | Caught fatal signal 11 | 20 | 0 | ||
7 | 0 secunde | Raspuns gresit. | 10 | 0 | ||
8 | 0 secunde | OK. | 10 | 10 | ||
9 | 0 secunde | OK. | 5 | 5 | ||
10 | 0 secunde | OK. | 5 | 5 | ||
Punctaj total | 30 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema ADFGVX 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ă.