online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
print('Кофемашина - Мячин Никита') money_amount = 50 cappucinoPrice = 200 espressoPrice = 100 waterPrice = 50 juicePrice = 70 teaPrice = 60 if money_amount >cappucinoPrice: print('Вы можете купить капучино') if money_amount >espressoPrice: print('Вы можете купить экспрессо') if money_amount >waterPrice: print('Вы можете купить воду') if money_amount >juicePrice: print('Вы можете купить яблочный сок') if money_amount > teaPrice: print('Вы можете купить чай') else: 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