提交时间:2024-11-01 14:55:59

运行 ID: 54896

#include<iostream> using namespace std; int main(){ int dz,g; cin>>dz; g=dz*2+1; cout<<g; return 0; }