Problem | typo |
---|---|
User | Justyn |
Submission Time | 2024-06-19 10:53:37 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
typo.cpp: In function ‘int main()’:
typo.cpp:17:6: error: redeclaration of ‘int n’
17 | int n = S.length();
| ^
typo.cpp:10:6: note: ‘int n’ previously declared here
10 | int n = S.length();
| ^