Skip to content

Instantly share code, notes, and snippets.

View Hope666666's full-sized avatar
😇
I Hope,You Hope,Our Hope

Hope Hope666666

😇
I Hope,You Hope,Our Hope
  • China
  • 21:06 (UTC +08:00)
View GitHub Profile
<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--)