online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
<?php function in_range($value) { return in_array($value, range(1, 10)); } $_SESSION['ilosc'] = 5; if(!in_range($_SESSION['ilosc'])) $_SESSION['ilosc'] = 1; echo $_SESSION['ilosc'].PHP_EOL; $_SESSION['ilosc'] = 20; if(!in_range($_SESSION['ilosc'])) $_SESSION['ilosc'] = 1; echo $_SESSION['ilosc'].PHP_EOL;

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