7Bpencil

GCD_VM

Dec 22nd, 2019
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. set 0 -> 0
  2. input -> 1
  3. input -> 2
  4. {
  5. equal 2 0 -> 3
  6. if 3
  7. [
  8. break
  9. ]
  10. % 1 2 -> 4
  11. assign 2 -> 1
  12. assign 4 -> 2
  13. continue
  14. }
  15. abs 1 -> 5
  16. print 5
Add Comment
Please, Sign In to add comment