yeputons

Untitled

May 22nd, 2014
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.15 KB | None | 0 0
  1. #!/usr/bin/python
  2. from gmpy2 import mpz
  3. a,b,c,d = map(mpz, open("mul3.in", "r").read().split())
  4. open("mul3.a", "w").write("%d\n" % (a * b * c * d))
Add Comment
Please, Sign In to add comment