online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
atributes = [["Health", 100], ["Magic", 50], ["Shield", 20]] print(atributes) atributes[0][1] += 10 # Health atributes[1][1] -= 10 # Magic atributes[2][1] += int(atributes[0][1] / atributes[1][1]) # Shield print(atributes)

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