online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
''' Online Python Interpreter. Code, Compile, Run and Debug python program online. Write your code in this editor and press "Run" button to execute it. ''' l = [3, 1, 4, 1, 5, 9, 2,6, 5] lmin = 0 for x in l: print((2*x+1) % 32) print(bin((2*x+1) % 32)) print('--------------') for x in l: print((3*x+7) % 32) print(bin((3*x+7) % 32)) print('--------------') for x in l: print((4*x) % 32) print(bin((4*x) % 32))

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