Submission
Status:
[PPPPPPP]
Subtask/Task Score:
{100/100}
Score: 100
User: Brook
Problemset: คิดถึงแม่
Language: cpp
Time: 0.002 second
Submitted On: 2025-10-15 22:00:26
#include<iostream>
#include<string>
using namespace std;
int main(){
int a;
cin>>a;
if(a==1){
cout<<"7";
}
else{
cout<<a-1;
}
return 0;
}