1 C11 mmap 0.043 2 C11 fread 0.0799 3 C11 getchar 0.3496 4 C++17 ios_base::sync_with_stdio(false); cin.tie(NULL); 0.5938 5 C++17 ios_base::sync_with_stdio(false); 0.6348 6 Java BufferedReader, Integer.parseInt 0.6585 7 C11 scanf 0.9206 8 PyPy int(sys.stdin.readline()) 0.9229 9 PyPy map(int,os.read(0, 100000000).split('\n')) 1.1169 10 PyPy3 map(int,os.read(0, 100000000).decode('utf-8').split('\n')) 1.5408 11 PyPy int(raw_input()) 1.925 12 C++17 cin.tie(NULL); 2.059 13 C++17 cin 2.1742 14 C# 6.0 int.Parse(Console.ReadLine()) 2.9635 15 Python 3 map(int,os.read(0, 100000000).decode('utf-8').split('\n')) 4.4033 16 Python 3 int(sys.stdin.readline()) 4.4394 17 Java Scanner 4.8448 18 Python 2 map(int,os.read(0, 100000000).split('\n')) 4.8553 19 Python 2 int(sys.stdin.readline()) 5.7471 20 PyPy3 int(sys.stdin.readline()) 6.6291 21 Python 2 int(raw_input()) 8.9765 22 Python 3 int(input()) 12.4443 23 PyPy3 int(input()) 17.3772 24 Python 2 input() 37.7823 25 PyPy input() 110.3676