็ตๆ
ๅ้ก | No.2878 ๐๐พโ๐๐๐๐โ |
ใฆใผใถใผ |
![]() |
ๆๅบๆฅๆ | 2024-09-08 12:30:34 |
่จ่ช | PyPy3 (7.3.15) |
็ตๆ |
AC
|
ๅฎ่กๆ้ | 43 ms / 2,000 ms |
ใณใผใ้ท | 638 bytes |
ใณใณใใคใซๆ้ | 152 ms |
ใณใณใใคใซไฝฟ็จใกใขใช | 82,452 KB |
ๅฎ่กไฝฟ็จใกใขใช | 56,124 KB |
ๆ็ตใธใฃใใธๆฅๆ | 2024-09-08 12:30:36 |
ๅ่จใธใฃใใธๆ้ | 1,038 ms |
ใธใฃใใธใตใผใใผID ๏ผๅ่ๆ ๅ ฑ๏ผ |
judge4 / judge3 |
๏ผ่ฆใญใฐใคใณ๏ผ
ใใกใคใซใใฟใผใณ | ็ตๆ |
---|---|
other | AC * 8 |
ใฝใผในใณใผใ
# oj t -c "python3 main.py"import sys,mathfrom collections import defaultdict,dequefrom itertools import combinations,permutations,accumulate,productfrom bisect import bisect_left,bisect_rightfrom heapq import heappop,heappush,heapify#from more_itertools import distinct_permutations,distinct_combinations#from sortedcontainers import SortedList,SortedSetdef input():return sys.stdin.readline().rstrip()def ii(): return int(input())def ms(): return map(int, input().split())def li(): return list(map(int,input().split()))inf = pow(10,18)mod = 998244353#/////////////////////////////////i = ii()S = "IGNITION"print(S[i-1])