sacgajcvs

Untitled

Feb 18th, 2020
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. /*
  2. _____ _ _ _ _
  3. |_ _| |__ ___ / \ _ __ ___| |__ _ _| |
  4. | | | '_ \ / _ \ / _ \ | '_ \/ __| '_ \| | | | |
  5. | | | | | | __// ___ \| | | \__ \ | | | |_| | |
  6. |_| |_| |_|\___/_/ \_\_| |_|___/_| |_|\__,_|_|
  7.  
  8. */
  9. #include<bits/stdc++.h>
  10. using namespace std;
  11.  
  12. int main()
  13. {
  14. int n,m;
  15. cin>>n>>m;
  16. cout<<n<<" "<<m<<endl;
  17. return 0;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment