Skip to content

Instantly share code, notes, and snippets.

@ivandashk
Created November 20, 2022 07:30
Show Gist options
  • Save ivandashk/7ef1e1b0300bd86290acc74ec98aca30 to your computer and use it in GitHub Desktop.
Save ivandashk/7ef1e1b0300bd86290acc74ec98aca30 to your computer and use it in GitHub Desktop.
#include <bits/stdc++.h>
#include <cstdlib>
#include<iostream>
using namespace std;
main() {
ios::sync_with_stdio(false);
cin.tie(nullptr);
int T;cin>>T;
while(T--) {
// Solution
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment