Run ID:107836
提交时间:2025-01-18 14:39:06
#include<iostream> using namespace std; int main() { int a; cin>>a; cout<<a+=a<<endl; return 0; }