boj step 3 rework

This commit is contained in:
2024-02-19 12:41:28 +09:00
parent 2b9511b074
commit e39d555bd0
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
N = int(input())
print("long " * (N // 4) + "int")