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 /sduacm2017/index.html | |
download | web-9d3c8c0e6e1a7ba43bf3dc19350d1dca68b657a3.tar.xz |
Initial commit.
Diffstat (limited to 'sduacm2017/index.html')
-rw-r--r-- | sduacm2017/index.html | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/sduacm2017/index.html b/sduacm2017/index.html new file mode 100644 index 0000000..0c41ad8 --- /dev/null +++ b/sduacm2017/index.html @@ -0,0 +1,50 @@ +<!DOCTYPE html> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<title>11th SDU ACM/ICPC Contest</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;"> + 11th SDU ACM/ICPC Contest @ SDU & chrisoft.org + </td> + </tr> + <tr class="TText"><td><br> + <h3>General Info</h3> + <a href="http://acm.sdu.edu.cn/blog/2017/02/28/About-11-th-SDU-ACMICPC-Contest/">Rules & Registeration info</a><br> + <a href="http://719daze.me/acmlab/17ACMSpringCompPlan.html"><s>more info</s></a>(insert "20" before "17")<br> + </td></tr> + <tr class="TText"><td><br> + <h3>Junior Division</h3> + <a href="junior/ranklist">Ranklist</a><br> + <a href="junior/problems_j.pdf">Problem set</a> + <p> + We are sorry about the erroneous statement of problem I. + </p> + <p> + The test data for problem G is weaker than what it should be. + All but one accepted solution submited during the countest should actually get TLE. + The rejudge, however, would not be reflected in the final result. + </p> + <p> + Again, we are terribly sorry for the confusion and inconvenience. + </p> + </td></tr> + <tr class="TText"><td><br> + <h3>Senior Division</h3> + <a href="senior/ranklist">Ranklist</a><br> + <a href="senior/problems_s.pdf">Problem set</a> + <p> + The statement of problem F has been updated. We are sorry for the inconvenience. + </p> + </td></tr> + <tr> + <td class="TText"><div align="center">Copyright Chrisoft 2017 <a href="../#about">About</a> Site Map</div></td> + </tr> +</table> +</body> +</html> |