Skip to content

Instantly share code, notes, and snippets.

@rishabhshuklax
Created October 9, 2020 13:42
Show Gist options
  • Save rishabhshuklax/6860df91f9ae73c60dba9286e6c643d5 to your computer and use it in GitHub Desktop.
Save rishabhshuklax/6860df91f9ae73c60dba9286e6c643d5 to your computer and use it in GitHub Desktop.
#include<bits/stdc++.h>
using namespace std;
int main(){
int t;
cin >> t;
while(t--){
// code here
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment