提交时间:2025-04-17 21:11:37
运行 ID: 9546
#include<bits/stdc++.h> using namespace std; int main() { int x; cin>>x; cout<<x*2; return 0; }