• Judge bug: Accepts wrong output type

 

This code got accepted despite returning lists of lists instead of the lists of tuples requested by the mission specification.

Mission Create Intervals has the same bug. Not sure about other missions, didn't check.

Please fix this. Working with lists makes things a little easier (as in my above code) and makes wrong solutions look better than correct solutions. That's just bad.