提交时间:2024-02-20 09:06:31
运行 ID: 41167
#include<bits/stdc++.h> using namespace std; int main(){ int n; cin>>n; cout<<1+2*n; return 0; }