Files
CodeObject/zeta/py/completed/25314.py
2025-05-07 04:44:30 +09:00

2 lines
50 B
Python

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