shinema

Untitled

Oct 16th, 2018
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. #include<iostream>
  2.  
  3. int main() {
  4.  
  5. pair<int, int> k = make_pair(1,2);
  6.  
  7. return 0;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment