Submission
Status:
[PPPPPPP]
Subtask/Task Score:
{100/100}
Score: 100
User: mnmpyuuu
Problemset: คิดถึงแม่
Language: c
Time: 0.002 second
Submitted On: 2025-10-12 00:13:28
#include<stdio.h>
int main()
{
int a;
scanf("%d",&a);
int n=a-1;
if(n<1)
{
printf("%d",n+7);
}
else
{
printf("%d",n);
}
}