Advertisement
welleyth

Untitled

Sep 16th, 2019
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. ///8801
  2. #include <bits/stdc++.h>
  3. using namespace std;
  4. int main(){
  5. int n;
  6. cin>>n;
  7. cout<<n+1;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement