Submission

Status:

[PPPPPPP]

Subtask/Task Score:

{100/100}

Score: 100

User: Poon

Problemset: คิดถึงแม่

Language: c

Time: 0.002 second

Submitted On: 2025-06-18 20:13:40

#include <stdio.h>
int main()
{
  int x;
  scanf("%d",&x);
  printf("%d",(x+5)%7+1);
}