Submission

Status:

[PPPPPPP]

Subtask/Task Score:

{100/100}

Score: 100

User: mrblbb

Problemset: คิดถึงแม่

Language: cpp

Time: 0.002 second

Submitted On: 2025-10-13 21:56:45

#include <stdio.h>

int main(){
    int w;
    scanf("%d", &w);
    int day = w-1;
    if (day==0){
        day=7;
    }
    printf("%d", day);
}