online compiler and debugger for c/c++

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