提交时间:2024-05-05 09:24:14
运行 ID: 46700
#include<iostream> using namespace std; int b,d,x; int main(){ cin>>b; d=b+1; x=b-1; cout<<d+x; return 0; }