Run ID:125944
提交时间:2025-07-15 16:51:40
#include<bits/stdc++.h> using namespace std; int main() { int a; cin >> a; a -= 2; cout <<a; return 0; }