Created
August 31, 2013 10:45
-
-
Save tomoki/6397482 to your computer and use it in GitHub Desktop.
競技テンプレート for python
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
#coding:utf-8 | |
from __future__ import division | |
from __future__ import print_function | |
from __future__ import unicode_literals | |
from math import * | |
from string import * | |
from fractions import * | |
from itertools import * | |
def main(): | |
pass | |
if __name__ == "__main__": | |
main() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment