Submission
Status:
[-SSSSSS]
Score: 0
User: brightokung
Problemset: คิดถึงแม่
Language: cpp
Time: 0.002 second
Submitted On: 2024-12-09 20:42:44
#include<iostream>
using namespace std;
int main()
{
ios_base::sync_with_stdio(false);
cin.tie(0);
int n;
cin >> n;
cout << n-1;
}