Submission
Status:
[PPPPPPP]
Subtask/Task Score:
{100/100}
Score: 100
User: new2
Problemset: คิดถึงแม่
Language: cpp
Time: 0.002 second
Submitted On: 2025-12-18 18:28:18
#include <bits/stdc++.h>
using namespace std;
int main(){
int ly;
cin >> ly;
if (ly == 1) cout << "7";
else cout << ly-1;
}