Run ID:133144
提交时间:2025-10-15 18:53:26
#include<iostream> using namespace std; int main(){ int a; cin>>a; cout<<a+=a<<endl; return 0; }