Submission

Status:

[PPPPPPP]

Subtask/Task Score:

{100/100}

Score: 100

User: spiwips

Problemset: คิดถึงแม่

Language: python

Time: 0.014 second

Submitted On: 2025-09-29 20:28:34

inp = int(input())
k = inp-1
if k == 0:
    k = 7
print(k)