competitive programming scripts on Linux
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
114 B

3 years ago
  1. import math
  2. import sys
  3. r = sys.stdin
  4. w = sys.stdout
  5. def main():
  6. pass
  7. if __name__ == "__main__":
  8. main()