online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
<?php print "Кофемашина\n"; $moneyAmount = 120; $cappucinoPrice = 200; $espressoPrice = 100; $waterPrice = 50; if ($moneyAmount > $cappucinoPrice) { print "Вы можете купить капучино\n"; } if ($moneyAmount > $espressoPrice) { print "Вы можете купить эспрессо\n"; } if ($moneyAmount > $waterPrice) { print "Вы можете купить воду\n"; }

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