Submission

Status:

[PPPPPPP]

Subtask/Task Score:

{100/100}

Score: 100

User: Buktep

Problemset: คิดถึงแม่

Language: cpp

Time: 0.002 second

Submitted On: 2025-10-12 18:22:25

/*
    c1_bkk67_4
*/
#include<stdio.h>

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