Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. #include <iostream>
  2. #include <algorithm>
  3. #include <functional> // bit_xor
  4. #include <map>
  5. #include <numeric> // accumulate
  6. #include <queue>
  7. #include <set>
  8. #include <stack>
  9. #include <string>
  10. #include <vector>
  11. using namespace std;
  12.  
  13.  
  14.  
  15. int main() {
  16.  
  17. return 0;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement