Run ID:152904

提交时间:2026-05-05 15:57:29

#include <bits/stdc++.h> using namespace std; int main() { long long a,n; cin>>n; cout<<2*n; return 0; }