#3142
polybius
Dându-se un șir de caractere, să se cripteze/decripteze șirul dat folosind un tabel polybius
.
Problema | polybius | Operații I/O |
polybius.in /polybius.out
|
---|---|---|---|
Limita timp | 0.05 secunde | Limita memorie |
Total: 2 MB
/
Stivă 1 MB
|
Id soluție | #53968078 | Utilizator | |
Fișier | polybius.cpp | Dimensiune | 795 B |
Data încărcării | 16 Noiembrie 2024, 11:20 | Scor / rezultat | Eroare de compilare |
polybius.cpp: In function 'int main()': polybius.cpp:20:48: error: assigning to an array from an initializer list characterCodes[cryptMap[row][col]] = {row, col}; ^ polybius.cpp:30:38: error: request for member 'first' in 'characterCodes.std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>::operator[]<char, unsigned int [2], std::hash<char>, std::equal_to<char>, std::allocator<std::pair<const char, unsigned int [2]> > >((* & c))', which is of non-class type 'std::unordered_map<char, unsigned int [2]>::mapped_type {aka unsigned int [2]}' out << characterCodes[c].first << characterCodes[c].second; ^ polybius.cpp:30:65: error: request for member 'second' in 'characterCodes.std::unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>::operator[]<char, unsigned int [2], std::hash<char>, std::equal_to<char>, std::allocator<std::pair<const char, unsigned int [2]> > >((* & c))', which is of non-class type 'std::unordered_map<char, unsigned int [2]>::mapped_type {aka unsigned int [2]}' out << characterCodes[c].first << characterCodes[c].second; ^
www.pbinfo.ro permite evaluarea a două tipuri de probleme:
Problema polybius 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ă.