Submission
Status:
[PPPPPPP]
Subtask/Task Score:
{100/100}
Score: 100
User: indy
Problemset: คิดถึงแม่
Language: cpp
Time: 0.002 second
Submitted On: 2025-10-01 20:11:36
#include <stdio.h>
int main(){
int t;
scanf("%d",&t);
if(t-1==0){
printf("7");
}else {
printf("%d",t-1);
}
}