提交时间:2024-05-03 09:18:19
运行 ID: 46302
#include <bits/stdc++.h> using namespace std; int main(){ int n; cin >> n; cout << 2 * n + 1; return 0; }