Submission

Status:

[PPPPPPP]

Subtask/Task Score:

{100/100}

Score: 100

User: purihorharin

Problemset: คิดถึงแม่

Language: c

Time: 0.002 second

Submitted On: 2026-03-20 19:25:14

#include <stdio.h>

int main () {
    int n;
    scanf("%d", &n);
    if (n == 1) n = 7;
    else n -= 1;
    printf("%d", n);
}