Submission

Status:

[PPPPPPP]

Subtask/Task Score:

{100/100}

Score: 100

User: Some1258

Problemset: คิดถึงแม่

Language: c

Time: 0.001 second

Submitted On: 2026-05-03 09:14:37

#include<stdio.h>
int main(){
    int d;
    scanf("%d",&d);
    if(d==1){
        printf("7");
    }else{
        printf("%d",d-1);
    }

}