Advertisement
Guest User

Untitled

a guest
Dec 16th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. #!/usr/bin/python
  2.  
  3. import sys
  4. from itertools import permutations
  5.  
  6. user_pos = []
  7. pois = []
  8. i = 0
  9. for line in sys.stdin:
  10. print line.strip("\n")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement