Run ID:111177
提交时间:2025-03-01 10:00:02
#include<bits/stdc++.h> using namespace std; int main(){ int a; cin>> a; cout<< (a-=2); return 0; }