I’m trying to submit a clash for which some of the test outputs include leading white space.
When I try it out in IDE, it seems like leading whitespace is trimmed from the first line, e.g. if I input a solution
’ a’
’ b’
(added surrounding quotes, otherwise the forum also appears to strip the whitespace XD)
Then the corresponding OUT in the IDE becomes
‘a’
’ b’
1 Like