Submission
Status:
[PPPPPPP]
Subtask/Task Score:
{100/100}
Score: 100
User: 666whynot
Problemset: คิดถึงแม่
Language: cpp
Time: 0.002 second
Submitted On: 2025-07-31 22:19:02
#include <bits/stdc++.h>
using namespace std;
int main(){
ios::sync_with_stdio(false);cin.tie(0);
int n;cin >>n;
if(n == 1){
n = 7;
}else n -= 1;
cout << n;
}