提交时间:2024-04-07 14:52:35

运行 ID: 44898

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