Advertisement
oleg_drawer

Untitled

May 6th, 2020
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.17 KB | None | 0 0
  1. #include <bits/stdc++.h>
  2. using namespace std;
  3. typedef long long ll;
  4.  
  5. int main() {
  6.     ios_base::sync_with_stdio(false);
  7.     cin.tie(0);
  8.    
  9.    
  10.    
  11.     return 0;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement