nimishbansal

Untitled

Apr 19th, 2020
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.22 KB | None | 0 0
  1. #include<bits/stdc++.h>
  2. using namespace std;
  3. #define _DEBUG
  4. int main(){
  5.     cin.tie(NULL);
  6.     ios::sync_with_stdio(false);
  7.     #ifdef _DEBUG
  8.         freopen("tc.txt", "r", stdin);
  9.     #endif
  10.     int t;
  11.     cin >> t;
  12. }
Add Comment
Please, Sign In to add comment