[Offer收割]编程练习赛1 register

Ended

Participants:955

Verdict:Accepted
Score:100 / 100
Submitted:2016-03-06 16:59:27

Lang:G++

Edit
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
/*
 * =====================================================================================
 *
 *       Filename:  3.cpp
 *
 *    Description:  
 *
 *        Version:  1.0
 *        Created:  2016/03/06 153523
 *       Revision:  none
 *       Compiler:  gcc
 *
 *         Author:  Liu Yi (), swliuyi@gmail.com
 *   Organization:  
 *
 * =====================================================================================
 */
#include <iostream>
#include <string>
#include <cstring>
#include <cstdlib>
using namespace std;
long long N, M, K, T;
long long a[1010], b[1010];
double EXP = 1e-9;
const long long  INF = 1LL<<62;
void solve()
{
    long long  re = 0, flag = 0;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX