提交时间:2024-05-05 09:03:06
运行 ID: 46666
#include<iostream> using namespace std; int main(){ int n; cin>>n; cout<<n*2; return 0; }