update template
This commit is contained in:
parent
e705720723
commit
630bacd31f
@ -1,10 +1,6 @@
|
|||||||
#include<bits/stdc++.h>
|
#include<bits/stdc++.h>
|
||||||
|
#include "debug.h"
|
||||||
using namespace std;
|
using namespace std;
|
||||||
#ifdef ONLINE_JUDGE
|
|
||||||
#define dbg(...)
|
|
||||||
#else
|
|
||||||
#include "Debug.h"
|
|
||||||
#endif
|
|
||||||
#define ll long long
|
#define ll long long
|
||||||
#define endl '\n'
|
#define endl '\n'
|
||||||
#define all(x) x.begin(), x.end()
|
#define all(x) x.begin(), x.end()
|
||||||
@ -18,6 +14,7 @@ void solve()
|
|||||||
{
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
signed main()
|
signed main()
|
||||||
{
|
{
|
||||||
FAST;
|
FAST;
|
||||||
|
Loading…
Reference in New Issue
Block a user