#3320
trifid
Să se cripteze sau să se decripteze un mesaj folosind cifrul trifid
.
Problema | trifid | Operații I/O |
trifid.in /trifid.out
|
---|---|---|---|
Limita timp | 0.1 secunde | Limita memorie |
Total: 64 MB
/
Stivă 8 MB
|
Id soluție | #38761896 | Utilizator | |
Fișier | trifid.cpp | Dimensiune | 3.62 KB |
Data încărcării | 15 Octombrie 2022, 22:05 | Scor / rezultat | 100 puncte |
trifid.cpp: In function 'void encriptare(std::vector<std::vector<std::vector<char> > >, std::string)': trifid.cpp:85:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < mesaj_sort.size(); ++i) { ^ trifid.cpp:90:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int j = 0; j < mesaj_sort.size(); ++j) { ^ trifid.cpp: In function 'void decriptare(std::vector<std::vector<std::vector<char> > >, std::string)': trifid.cpp:122:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < mesaj_sort.size(); ++i) { ^ trifid.cpp:127:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < mesaj.size(); ++i) { ^ trifid.cpp:128:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int j = 0; j < mesaj_sort.size(); ++j) { ^ trifid.cpp:145:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int j = 0; j < mesaj.size(); ++j) ^ trifid.cpp:149:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < mesaj.size(); ++i) { ^
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 | OK. | 5 | 5 | ||
4 | 0 secunde | OK. | 20 | 20 | ||
5 | 0 secunde | OK. | 10 | 10 | ||
6 | 0 secunde | OK. | 10 | 10 | ||
7 | 0 secunde | OK. | 10 | 10 | ||
8 | 0 secunde | OK. | 5 | 5 | ||
9 | 0 secunde | OK. | 20 | 20 | ||
10 | 0 secunde | OK. | 10 | 10 | ||
Punctaj total | 100 |
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema trifid 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ă.