Advertisement
Guest User

input0.nano

a guest
Mar 26th, 2015
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. @ a,b,c,d,e,f;
  2. a = 9;
  3. b = 2;
  4. c = 1;
  5. d = 0;
  6. e = 0;
  7. f = 3;
  8. { @ a, c, e, g, h;
  9. a = 2;
  10. b = d;
  11. d = f;
  12. f = b;
  13. ? f;
  14. c = 8;
  15. e = 6;
  16. g = 3;
  17. h = a * c - e / g + 5;
  18. { @ f, b,c,a;
  19. ? h;
  20. f = 8;
  21. b = 9 * g ^ f;
  22. c = b * h - a;
  23. a = 1 * c * b;
  24. ? f,b,c,a,h,d,f,g;
  25. }
  26. ? f,b,c,a,h,d,f,g;
  27. }
  28. ? f,b,c,a,d,f;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement