Submission
Status:
[PPPPPPP]
Subtask/Task Score:
{100/100}
Score: 100
User: saganegadih
Problemset: คิดถึงแม่
Language: c
Time: 0.003 second
Submitted On: 2026-05-31 18:35:27
/******************************************************************************
Online C Compiler.
Code, Compile, Run and Debug C program online.
Write your code in this editor and press "Run" button to compile and execute it.
*******************************************************************************/
#include <stdio.h>
int main()
{
int x;
scanf("%d",&x);
if(x==1){
printf("7");
}else{
printf("%d",x-1);
}
return 0;
}