Submission
Status:
[PPPPPPP]
Subtask/Task Score:
{100/100}
Score: 100
User: SonnyHappy108
Problemset: คิดถึงแม่
Language: cpp
Time: 0.003 second
Submitted On: 2026-04-11 11:14:45
#include <bits/stdc++.h>
using namespace std;
//done : 5
int main(){
int a;
cin >> a;
if (a==1){
cout << 7;
}
else{
cout << a-1;
}
}