online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
list1 = [6, 12, 5] list2 = [6.2, 0, 14, 1] list3 = [0.9] # Your implementation here my_list = sorted(list1 + list2 + list3, reverse=True) assert my_list == [14, 12, 6.2, 6, 5, 1, 0.9, 0]

Compiling Program...

Command line arguments:
Standard Input: Interactive Console Text

                

                

Program is not being debugged. Click "Debug" button to start program in debug mode.

#FunctionFile:Line
VariableValue
RegisterValue
ExpressionValue