fork download
  1. <?php
  2. $arr = array (
  3. 10 => 25,
  4. 15 => 30,
  5. 20 => 22);
  6.  
  7. // your code goes here
Success #stdin #stdout 0.01s 20568KB
stdin
Standard input is empty
stdout
Standard output is empty