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

运行 ID: 63157

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