提交时间:2024-05-05 10:57:44

运行 ID: 46746

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