online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
print ('Попов Александр') money_amount = 120 cappuccino_price = 200 espresso_price = 100 water_price = 50 latte_price = 50 milkPrice = 75 if money_amount >= latte__price: print ('Вы можете купить молоко') if money_amount >= latte__price: print ('Вы можете купить латте') if money_amount >= cappuccino_price: 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