提交时间:2025-04-16 17:03:47

运行 ID: 64133

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