| Problem | letters |
|---|---|
| User | oolimry |
| Submission Time | 2025-05-24 16:16:12 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
letters.cpp:7:8: error: ‘l’ was not declared in this scope; did you mean ‘ll’?
7 | ll arr[l][26];
| ^
| ll
letters.cpp: In function ‘int main()’:
letters.cpp:22:5: error: ‘arr’ was not declared in this scope
22 | arr[0][0]=1;
| ^~~