| Problem | deciphering_zane_3 |
|---|---|
| User | jw12345 |
| Submission Time | 2026-03-07 17:00:37 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
deciphering_zane_3.cpp: In function ‘std::string determine_keyboard()’:
deciphering_zane_3.cpp:20:15: error: invalid types ‘<unresolved overloaded function type>[int]’ for array subscript
20 | unique[c-'a'] = c;
| ^
deciphering_zane_3.cpp:26:22: error: invalid types ‘<unresolved overloaded function type>[int]’ for array subscript
26 | unique[c - 'A' + 26] = c;
| ^