Advertisement
Guest User

template for Homu

a guest
Jan 25th, 2020
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. #include <bits/stdc++.h>
  2. #define int long long
  3. using namespace std;
  4. #define pb push_back
  5. #define mp make_pair
  6. /*-----------Don't forget.------------*/
  7. const int homura1 = 1e9 + 7, homura2 = 1e5;
  8. /*-----------Always, somewhere, someone is fighting for you.--------------*/
  9. void solve(){
  10.  
  11. }
  12. /*-----------As long as you remember her, you are not alone.---------*/
  13. signed main() {
  14. ios_base::sync_with_stdio(0); cin.tie(0); cout.tie(0);
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement