Given a 0-indexed string s, return a new string t where all consonants stay in their original positions, and all vowels are sorted in non-decreasing ASCII order, while filling only the vowel positions ...
The runtime is incorrectly reported as 0 ms, giving the impression that the code is faster than it really is. This may mislead users and affect fairness of runtime leaderboards. you can run that ...