Run ID:1943
提交时间:2023-12-02 17:27:34
# include<iostream> using namespace std; int main() { int n; cin>>n; cout<<n+1; return 0; }