Problem kthsubstring
User dacashew
Submission Time 2024-02-19 09:25:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

kthsubstring.cpp: In function ‘int main()’:
kthsubstring.cpp:118:6: error: expected ‘;’ before ‘cout’
118 | it--
| ^
| ;
119 | cout<<*it;
| ~~~~