Run ID:8194
提交时间:2025-06-14 20:58:02
#include<bits/stdc++.h> using namespace std; int main(){ int a; cin>>a; a=a/1; cout<<a+1<<endl; return 0; }