Submission

Status:

[PPPPPPP]

Subtask/Task Score:

{100/100}

Score: 100

User: pond4545

Problemset: คิดถึงแม่

Language: cpp

Time: 0.003 second

Submitted On: 2025-10-08 10:34:15

#include<stdio.h>

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