Run ID:149742
提交时间:2026-03-16 16:57:57
#include<iostream> using namespace std; int main(){ int n; cin>>n; cout<<n+n; return 0; }