提交时间:2025-12-06 13:16:33
运行 ID: 75396
#include <bits/stdc++.h> using namespace std; int main() { int n; cin>>n; cout<<2*n; return 0; }