online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
count=1 for num in range(100,1000): a=int(num/100) #百位數 b=int(num/10)-int(num/100)*10 #十位數 c=num-int(num/10)*10 #個位數 if (a+b+c)==10 and a!=b and b!=c and a!=c: print(str(count)+": "+str(num)) count+=1

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