Run ID:145248

提交时间:2026-01-25 13:56:18

#include<iostream> // cin\cout\endl using namespace std; int main(){ int n; cin>>n; cout<<n-2; return 0; }