Advertisement
Guest User

Untitled

a guest
Jan 19th, 2020
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.09 KB | None | 0 0
  1. int32_t main() {
  2.     cin.tie(NULL);
  3.     cout.tie(NULL);
  4.     ios_base::sync_with_stdio(false);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement