online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
print ('Крицкий Дмитрий') money_amount = 120 cappucino_price = 200 espresso_price = 100 water_price = 50 beerPrice = 110 if money_amount >= cappucino_price: print ('Вы можете купить капучино') if money_amount >= espresso_price: print ('Вы можете купить эспрессо') if money_amount >= water_price: print ('Вы можете купить воду') if money_amount >= beerPrice: print ('Вы можете купить пиво')

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