Run ID:134937
提交时间:2025-11-01 17:43:15
#include<iostream> using namespace std; int main(){ int a=1; int b; cin>>b; cout<<a+(b*2)-b; return 0; }