Run ID:138802
提交时间:2025-11-29 21:39:05
#include<iostream> using namespace std; int main() { int a; cin >> a; a+=a; cout << a << endl; return 0; }