Guest User

Untitled

a guest
Nov 18th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. ; Gauche 0.9.2
  2.  
  3. (use srfi-42)
  4.  
  5. (print
  6. (list-ec (: x 2 101) (if (= (length (list-ec (: y 2 x) (if (= (mod x y) 0)) y)) 0)) x)
  7. )
Add Comment
Please, Sign In to add comment