update template

This commit is contained in:
ShazidMahsrafi 2024-04-23 20:55:19 +06:00
parent e705720723
commit 630bacd31f

View File

@ -1,10 +1,6 @@
#include<bits/stdc++.h>
#include "debug.h"
using namespace std;
#ifdef ONLINE_JUDGE
#define dbg(...)
#else
#include "Debug.h"
#endif
#define ll long long
#define endl '\n'
#define all(x) x.begin(), x.end()
@ -18,6 +14,7 @@ void solve()
{
}
signed main()
{
FAST;