Sponsored
Use these hints if you're stuck. Try solving on your own first.
What is the longest possible continuous substring?
The size of the longest possible continuous substring is at most 26, so we can just brute force the answer.
Solve with full IDE support and test cases