Run ID:152903
提交时间:2026-05-05 15:56:29
#include <bits/stdc++.h> using namespace std; int main() { int a,n; cin>>n; cout<<2*n; return 0; }