Advertisement
NamPNQ

Untitled

Apr 22nd, 2014
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.09 KB | None | 0 0
  1. input = raw_input().split()
  2. n = input[0]
  3. a = input[1:]
  4. //output = dosomething
  5. print output
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement