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 cold_watter = 40 if money_amount >= cappucino_price: print ('Вы можете купить капучино') if money_amount >= cold_watter: print ('Вы можете купить Холодная вода') if money_amount >= espresso_price: print ('Вы можете купить эспрессо') if money_amount >= water_price: 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