Submission
Status:
[PPPPPPP]
Subtask/Task Score:
{100/100}
Score: 100
User: 85
Problemset: คิดถึงแม่
Language: cpp
Time: 0.002 second
Submitted On: 2026-05-30 11:46:00
#include<iostream>
using namespace std;
int main(){
int a,b;
cin>>a;
b = a-1;
if(b == 0){
b = 7;
}
cout<<b;
return 0;
}