diff options
author | Chris Xiong <chirs241097@gmail.com> | 2019-02-10 11:16:07 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2019-02-10 11:16:07 +0800 |
commit | 9d3c8c0e6e1a7ba43bf3dc19350d1dca68b657a3 (patch) | |
tree | 339de0698c13e1763d3361d70fb1266621025c91 /labselectionround/index.html | |
download | web-9d3c8c0e6e1a7ba43bf3dc19350d1dca68b657a3.tar.xz |
Initial commit.
Diffstat (limited to 'labselectionround/index.html')
-rw-r--r-- | labselectionround/index.html | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/labselectionround/index.html b/labselectionround/index.html new file mode 100644 index 0000000..a1ba2fd --- /dev/null +++ b/labselectionround/index.html @@ -0,0 +1,37 @@ +<!DOCTYPE html> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<title>2016 SDU ACMLab Selection Round</title> +<link rel="stylesheet" href="../common.css" type="text/css"></link> +</head> + +<body> +<table border="0" style="width:66%;margin:auto;"> + <tr> + <td class="CTitle" style="font-size:2em;"> + 2016 ACMLab Selection Round @ SDU & chrisoft.org + </td> + </tr> + <tr class="TText"><td><br> + <h3>Warmup Round</h3> + <a href="public/warmupproblems.pdf">Problem set</a><br> + <a href="http://acm.sdu.edu.cn/contest/26">Official contest link</a><br> + <a href="public/warmupsolution.pdf">Solution</a> + </td></tr> + <tr class="TText"><td><br> + <h3>Selection Round</h3> + <a href="public/problems.pdf">Problem set</a><br> + <a href="ranklist">Rank list</a><br> + <a href="public/solution.pdf">Solution</a><br> + </td></tr> + <tr class="TText"><td><br> + <h3>Tools</h3> + <a href="public/pc2.zip">PC^2 Client for the warm-up round</a> + </td></tr> + <tr> + <td class="TText"><div align="center">Copyright Chrisoft 2016 <a href="../about.html">About</a> Site Map</div></td> + </tr> +</table> +</body> +</html> |