Run ID:134644

提交时间:2025-10-30 19:18:11

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