-
Notifications
You must be signed in to change notification settings - Fork 0
/
ojclub.html
88 lines (84 loc) · 3.24 KB
/
ojclub.html
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<html>
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/4.6.2/css/bootstrap.min.css"
integrity="sha512-rt/SrQ4UNIaGfDyEXZtNcyWvQeOq0QLygHluFQcSjaGB04IxWhal71tKuzP6K8eYXYB6vJV4pHkXcmFGGQ1/0w=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"
integrity="sha512-3P8rXCuGJdNZOnUx/03c1jOTnMn3rP63nBip5gOP2qmUh5YAdVAvFZ1E+QLZZbC1rtMrQb+mah3AfYW11RUrWA=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/4.6.2/js/bootstrap.bundle.min.js"
integrity="sha512-igl8WEUuas9k5dtnhKqyyld6TzzRjvMqLC79jkgT3z02FvJyHAuUtyemm/P/jYSne1xwFI06ezQxEwweaiV7VA=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
integrity="sha512-SfTiTlX6kk+qitfevl/7LibUOeJWlt9rbyDn92a1DqWOw9vWG2MFoays0sgObmWazO5BQPiFucnnEAjpAB+/Sw=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="icon" href="assets/HHS 32x.png" />
<title>NFLS OJ Club Round - HHS Project Page</title>
</head>
<body>
<div class="container">
<center>
<h1><b><img src="assets/HHS 512x.jpg" style="width:150px;"/>NFLS OJ Club Round List</b></h1>
<i><b>by <a href="https://hellholestudios.top">Hell Hole Studios</a></b></i> <br/>
<a href="index.html">Back to project page</a>
<br/>
<i>This page maintains the NFLS OJ Rounds</i> <br/>
<hr/>
<h1>Opened Rounds</h1>
<br/>
<table style="width:100%;" class="table table-hover table-striped table-bordered">
<thead>
<tr>
<th>Round Name</th>
<th>Problem Count</th>
<th>Difficulty</th>
<th>Address</th>
</tr>
</thead>
<tbody>
<tr>
<td>Round #6</td>
<td>6</td>
<td>MMEER-</td>
<td><a href="https://www.luogu.org/contest/5780">Luogu</a></td>
</tr>
<tr>
<td>Round #5</td>
<td>7</td>
<td>EEMHMEH</td>
<td><a href="https://www.hackerrank.com/nfls-oj-club-5">Hackerrank</a></td>
</tr>
<tr>
<td>Round #8</td>
<td>7</td>
<td>MEEMMER</td>
<td><a href="https://www.hackerrank.com/nfls-oj-club-8-div2">Hackerrank</a></td>
</tr>
<tr>
<td>Testing Round #1</td>
<td>4</td>
<td>EEEE</td>
<td><a href="https://www.hackerrank.com/testing-round-1">Hackerrank</a></td>
</tr>
<tr>
<td>Fast Hand Round #3</td>
<td>2</td>
<td>MM</td>
<td><a href="https://www.hackerrank.com/fast-hand-round-3">Hackerrank</a></td>
</tr>
<tr>
<td>Grand Round #1</td>
<td>6</td>
<td>MMMMMM</td>
<td><a href="https://www.luogu.com.cn/contest/7747">Luogu</a></td>
</tr>
</tbody>
</table>
</center>
<hr/>
<i>Note1: In order to access the rounds of Codeforces/Luogu, please contact <a href="https://codeforces.com/profile/gwq2017">gwq2017</a></i> <br/>
<i>Note2: M=Normal, E=Easy, H=Hard, R=JustForFun, '-'=Unknown </i>
</div>
</body>
</html>