Files
CodeObject/zeta_python/completed/25314.py
2024-02-19 12:41:28 +09:00

2 lines
50 B
Python

N = int(input())
print("long " * (N // 4) + "int")