hiho week 242 register

Ended

Participants:88

Verdict:Wrong Answer
Score:10 / 100
Submitted:2019-02-20 23:20:14

Lang:GCC

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
#include <stdio.h>
#include <math.h>
#include <stdlib.h>
#include <string.h>
/* ----------------------------------------------------------------------------*/
/**
 * @brief  bit 线
 * start end 1-164*4
 * weight 
 *
 * index 使 
 * flag  使     -1   0 使  1 使
 *
 * 13 14 15 16
 * 09 10 11 12
 * 05 06 07 08
 * 01 02 03 04
 */
/* ----------------------------------------------------------------------------*/
typedef struct  graph{
        unsigned char bit[3600];
        int start;
        int end;
        int weight;
        int index;
        int flag;
}graph;
graph garr[18];   // 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX