Files
CodeObject/storage/zeta/py/completed/25314.py

2 lines
50 B
Python

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