Quick Access
Coding
Online Compilers
Code Snippets
#include <stdio.h>
int main () {
return 0;
}
#include <iostream>
#include <vector>
#include <algorithm>
#include <cmath>
using namespace std;
using vint = vector<int>;
using vllint = vector<long long int>;
using vchar = vector<char>;
using vstring = vector<string>;
#define pb push_back
#define endn '\n'
#define all(x) (x).begin(), (x).end()
void fastIO() {
ios_base::sync_with_stdio(false);
cin.tie(nullptr);
}
int main() {
fastIO();
return 0;
}
#include <iostream>
#include <vector>
#include <algorithm>
#include <cmath>
using namespace std;
using vint = vector<int>;
using vllint = vector<long long int>;
using vchar = vector<char>;
using vstring = vector<string>;
#define endn '\n'
#define pb push_back
#define all(x) (x).begin(), (x).end()
void code() {
}
int main() {
ios_base::sync_with_stdio(false);
cin.tie(NULL);
int t;
cin >> t;
while (t--) {
code();
}
return 0;
}
Tools
Clipboard
Quick Notes