Run ID:138804

提交时间:2025-11-29 21:41:52

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