online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
from itertools import permutations perb = permutations(range(10), 3) result = [p[0] * 100 + p[1] * 10 + p[2] for p in perb if p[0] != 0 and sum(p) == 10]

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