Skip to content

Instantly share code, notes, and snippets.

View amiitt001's full-sized avatar
💭
I may be slow to respond.

Amit Verma amiitt001

💭
I may be slow to respond.
View GitHub Profile
#include <bits/stdc++.h>
using namespace std;
#define ll long long
#define fast ios::sync_with_stdio(false); cin.tie(NULL);
int main() {
fast;
int t;