Run ID:94515

提交时间:2024-10-23 15:55:00

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