standard c++ starrting

#include <bits/stdc++.h> #define mp make_pair #define pb push_back #define mt make_tuple #define f first #define s second using namespace std; typedef long long ll; typedef unsigned long long ull; typedef pair<int, int> pii; typedef pair<ll, ll> pll; typedef tuple<int, int, int> tiii; typedef pair<double,double> pdd; const ll mod = 1e9+7;

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.