Run ID:143331

提交时间:2026-01-11 20:15:27

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