提交时间:2025-03-21 15:09:38

运行 ID: 63159

#include<bits/stdc++.h> using namespace std; int main(){ int x; cin>>x; cout<<2*x+1; return 0; }