提交时间:2025-12-09 15:52:58

运行 ID: 75715

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