Submission
Status:
Compilation Error
Subtask/Task Score:
Score: 0
User: winwin1054
Problemset: คิดถึงแม่
Language: c
Time: 0.000 second
Submitted On: 2025-10-31 20:15:17
#include <stdio.h>
int main() {
// Write C code here
int day;
scanf("%d",&day);
if(day-1==0)
{
printf("7");
}
else{printf("%d",day-1);}
}
}