1 line
49 B
PHP
1 line
49 B
PHP
<?php $a=27; $b=7; $c=10; $d=$a-$b-$c; echo $d?>
|
<?php $a=27; $b=7; $c=10; $d=$a-$b-$c; echo $d?>
|