Guest User

Untitled

a guest
Dec 10th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. $a = array_slice(array_filter(array_map(function($x){return pow($x,2);},range(0,999)),function($x){return $x==strrev($x);}),-1,1,1);
Add Comment
Please, Sign In to add comment