This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <snippet> | |
| <content><![CDATA[#include<bits/stdc++.h> | |
| #define umap unordered_map | |
| #define pr pair | |
| #define st first | |
| #define nd second | |
| #define pc putchar | |
| #define pb push_back | |
| #define rep(i,x,y)for(int i=x;i<=y;i++) | |
| #define per(i,x,y)for(int i=y;i>=x;i--) |