<?php$input = "5 2 3"; $nums = explode(" ", $input); $result = $nums[1] * $nums[2] * $nums[0] * 2; echo $result;
Standard input is empty
60
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!