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