-
Notifications
You must be signed in to change notification settings - Fork 0
/
blacklist.h
54 lines (53 loc) · 1.02 KB
/
blacklist.h
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
#ifndef BLAKLIST
#define BLAKLIST
int passed = 0;
int nextbl = 0;
int blacklist[] = {
// 0,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,//1.40
// 31,32,33,
// 34,//0.73
// 35,//1.72
// 36,37,
// 38,//0.92
// 39,//3.33
// 40,41,
// 42,//3.33
// 43,44, 45,
// 46,//6.28
// 47,//1.65
// 48,49,
// 50, //3.16
// 51,52,53,
// 54,//4.77
55,//13.15
// 56,57,
58,//13.84
// 59,//12.75
// 60,//23.94
// 61,//23.94?
62,//20ish
// 63,//5ish
// 64,65,
66,//54.82
67,//28.81
// 68,69,
70,//55.23
71,//59.94
// 72,73,
74,//55.35
75,//52.35
76,//42
// 77,
78,//38.99
79,//47
// 80,81,
82,//TLE
83,//TLE
// 84,
// 85,//1.41
86,//TLE
87,//49.54
// 88,89,90,91,92,93,94,95,96,97,98,99,100
};
#endif