提交时间:2024-05-03 09:11:39
运行 ID: 46294
#include<bits/stdc++.h> using namespace std; int main() { int n; cin>>n; cout<<n*2+1; return 0; }