| Problem | letters |
|---|---|
| User | akqxolotl |
| Submission Time | 2026-04-11 13:52:18 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
letters.cpp: In function ‘int main()’:
letters.cpp:50:37: error: expected ‘}’ at end of input
50 | cout << dp[s.size()]['Z' - 'A' + 1];
| ^
letters.cpp:20:12: note: to match this ‘{’
20 | int main() {
| ^