提交时间:2024-05-05 09:20:22

运行 ID: 46696

#include<iostream> using namespace std; int main(){ int x; cin>>x; cout<<2*x; }