Share Link
Copied to clipboard
Embed on Your Page
Copied to clipboard
We Stand with Ukraine
[Fork] [Fork] [Fork] [Fork] https://stackoverflow.com/questions/72696326/parse-and-save-xml-without-replacing by dbc_MinLength
Input:  
Output: 

Input:  5
Output: 5

Input:  1, 4, 2, 5, 3, 6
Output: 1, 4, 2, 5, 3, 6

Input:  3, 3, 3, 3, 3, 3
Output: 3, 1, 2, 4, 5, 6

Input:  6, 6, 4, 4, 2, 2
Output: 6, 1, 4, 3, 2, 5

Input:  2147483647, 2, 2147483647, 2
Output: 2147483647, 2, 1, 3
Cached Result
Last Run: 11:48:13 am
Compile: 0.237s
Execute: 0.006s
Memory: 11.96kb
CPU: 0.047s