diff options
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> |