Run ID:317
提交时间:2022-08-07 17:23:34
#include<iostream> #include<cmath> using namespace std; int main() { int n; cin>>n; cout<<2*n+1; return 0; }