online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
''' Online Python Debugger. Code, Run and Debug Python program online. Write your code in this editor and press "Debug" button to debug program. ''' color_codes = { 'WHITE' : '01', 'BLACK' : '99', 'NAVY' : '06', 'ARDESIAMEL' : 'G2', 'DARKKHAKI' : '41', 'ULTRAMARINE' : 'M3', 'STONERED' : '18'} color = 'ULTRAMARINE' color = color_codes.get(color) or color print(color)

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