-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy patha.cpp
More file actions
57 lines (38 loc) · 1.07 KB
/
a.cpp
File metadata and controls
57 lines (38 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
#include <bits/stdc++.h>
using namespace std;
#define loop(i,l,r) for(int i=l; i<r; i++)
#define int long long
#define pb push_back
#define vi vector<int>
#define mkp make_pair<int,int>
#define umpii unordered_map<int,int>
#define maxheap priority_queue<int>
#define minheap priority_queue<int, vi,greater<int>>
#define setbits(x) __builtin_popcountll(x)
#define zerobits(x) __builtin_ctzll(x)
#define in_arr(A,n) loop(i,0,n) cin>>A[i];
#define p_arr(A,n) loop(i,0,n) cout<<A[i]
;
#define pln_arr(A,n) loop(i,0,n) cout<<A[i]<<endl
#define take_n int n; cin>>n;
#define take_arr int arr[n]; loop(i,0,n) cin>>arr[i];
const int mod= 1e9+7;
const int inf= 1e15;
void solve(){
int n,d;
cin>>n>>d;
loop(i,0,n) {
cin>>start[i];
}
loop(i,0,n) cin>>end[i];
loop(i,0,n) cin>>kn[i];
int maxi[d]={0};
set<pair<int,int>> inc;
set<pair<int,int>> extr;
}
int32_t main(){
int t;
cin>>t;
while(t--) solve();
return 0;
}