Lucian_Adrian

#1362 p10

Sep 13th, 2021
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. #include <iostream>
  2.  
  3. using namespace std;
  4. int main(){
  5. int N;
  6. cin >> N;
  7. cout << 1;
  8. for (int p = 1; p <= N; ++p )
  9. cout << 0;
  10. return 0;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment