Skip to content

Commit

Permalink
Add 2024 ccpc shandong invitational contest and 2024 icpc kunming inv…
Browse files Browse the repository at this point in the history
…itational contest
  • Loading branch information
sua-ac committed Sep 17, 2024
1 parent 73b426c commit b53b705
Show file tree
Hide file tree
Showing 12 changed files with 17,690 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wiki/docs/.pages
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
nav:
- 2024 ICPC 全国邀请赛昆明站: 2024-icpc-invitational-kunming
- 2024 CCPC 全国邀请赛(山东)暨山东省大学生程序设计竞赛: 2024-ccpc-invitational-shandong
- 2023 ICPC 亚洲区域赛济南站: 2023-icpc-jinan
- 2023 ICPC 亚洲区域赛南京站: 2023-icpc-nanjing
- 2023 山东省大学生程序设计竞赛: 2023-provincial-shandong
Expand Down
63 changes: 63 additions & 0 deletions wiki/docs/2024-ccpc-invitational-shandong/board/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@

<!DOCTYPE HTML>
<html>
<head>
<title>The 2024 CCPC Shandong Invitational Contest and Provincial Collegiate Programming Contest</title>
<meta charset="utf8">
<link rel="stylesheet" href="../../board/css/board.css" type="text/css">
</head>
<body>
<div id="popup" class="hidden">
<button onclick="popdown();" class="close">Close</button>
<p class="teamname">
<label class="team">Hello</label>&nbsp;
&nbsp;&nbsp;
<input type="checkbox" id="concern" onclick="concernclick(this);"></input><small>点击关注</small>
<br>
<label class="members">World</label><br>
<label class="school">x</label>
</p>
<h4 class="poptitle">Submissions for Problem </h4>
<table id="submissions">
<thead>
</thead>
<tbody>
</tbody>
</table>
</div>
<div id="maindiv">
<a id="ttop"></a>
<p id="contest_title">The 2024 CCPC Shandong Invitational Contest and Provincial Collegiate Programming Contest</p>
<p id="time_elapsed" sec="18000">Time Elapsed: </p>
<a href="index.html">All</a>
<a href="index.html?filter=concerned">关注队伍</a>
<a href="index.html?filter=girls">女队</a>
<a href="index.html?scroll=10">自动滚动</a>
<table id="board">
<thead>
<tr>
<th rowspan="2">Rank</th>
<th rowspan="2">School<br/>Rank</th>
<th rowspan="2">School</th>
<th rowspan="2">Team</th>
<th rowspan="2">Solved</th>
<th rowspan="2">Penalty</th>
</tr>
<tr></tr>
</thead>
<tbody>
</tbody>
</table>
<a id="tbottom" ></a>
</div>

<script type="text/javascript" src="../../board/js/jquery-2.1.3.js"></script>
<script type="text/javascript">
var problemNum = 13;
</script>
<script src="runs.js" type="text/javascript"></script>
<script src="teams.js" type="text/javascript"></script>
<script src="../../board/js/calc.js" type="text/javascript"></script>
<script src="../../board/js/show.js" type="text/javascript"></script>
<script src="../../board/js/board.js" type="text/javascript"></script>
</body>
Loading

0 comments on commit b53b705

Please sign in to comment.