online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
all_different = lambda nums: len(set(nums)) == len(nums) # ---------------------------------- x = 1 y = 2 z = 3 i = 4 j = 5 print( all_different([x,y,z,i,j]) ) # ---------------------------------- x = 1 y = 2 z = 3 i = 5 j = 5 print( all_different([x,y,z,i,j]) ) # ---------------------------------- x = 1 y = 1 z = 3 i = 5 j = 5 print( all_different([x,y,z,i,j]) )

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