Problem typo
User yuhannp
Submission Time 2026-08-18 13:25:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typo.cpp: In function ‘int main()’:
typo.cpp:20:8: error: redeclaration of ‘char tmp’
20 | char tmp=S[i];
| ^~~
typo.cpp:13:8: note: ‘char tmp’ previously declared here
13 | char tmp = S[i];
| ^~~