Run ID:3655
提交时间:2024-06-22 16:47:20
#include<iostream> using namespace std; int main(){ int a; cin>>a; cout<<a-2<<endl; return 0; }