-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1003p.cpp
More file actions
31 lines (29 loc) · 781 Bytes
/
1003p.cpp
File metadata and controls
31 lines (29 loc) · 781 Bytes
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
/*************************************************************************
> File Name: 1003p.cpp
> Author: heheql
> Mail: 374655767@qq.com
> Created Time: 2017年08月06日 星期日 18时37分00秒
************************************************************************/
#include <iostream>
using namespace std;
const int maxn = 1e9;
int main(){
freopen("input.txt","r",stdin);
ios::sync_with_stdio(false);
int n, m;
while(cin >> n >> m){
int a[n], b[n];
int k[m], p[i];
int maxhp = -1;
int max1 = -1;
int max2 = -1;
for(int i = 0; i < n; i++){
cin >> a[i] >> b[i];
maxhp = max ()
}
for(int i = 0; i < m; i++){
cin >> k[i] >> p[i];
}
}
return 0;
}