提交时间:2024-05-05 09:05:52
运行 ID: 46671
#include<bits/stdc++.h> using namespace std; int main(){ int n; cin>>n; cout<<(n+1)+(n-1); }