-
Notifications
You must be signed in to change notification settings - Fork 0
/
results.html
158 lines (129 loc) · 6.78 KB
/
results.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Helvetic Coding Contest</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="gedit" />
<meta name="author" content="Titus Cieslewski" />
<link rel="stylesheet" type="text/css" href="style21f2c.css?20130113" />
<LINK REL="SHORTCUT ICON" HREF="res/favicon1f2c.png?20130113">
<script type="text/javascript" src="js/js21f2c.js?20130113"></script>
<script type="text/javascript" src="../ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript" src="../ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js"></script>
<script type="text/javascript" src="../apis.google.com/js/plusone.js"></script>
<!-- GOOGLE ANALYTICS -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-37610977-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- moving eyeball -->
<script type="text/javascript">
$( document ).on( "mousemove", function( event ) {
var p = $( "#eye" ).offset()
var relX = event.pageX - p.left - 40
var relY = event.pageY - p.top - 20
var scale = 0.05
var cap = 15
var x = relX*scale
var y = relY*scale
var norm = Math.sqrt(x * x + y * y)
if (norm > cap) {
x = x / norm * cap
y = y / norm * cap
}
$( "#iris" ).css("background-position", x + "px " + y + "px")
})
</script>
</head>
<body>
<div style="margin:20px auto 0px auto; width:1150px; position:relative;">
<div id="main3">
<div id="main2">
<div id="main">
<!--<img src="img/logo.png" style="position:absolute; bottom:-40px; left:-30px;" alt="logo" />-->
<!-- Some seldomly accessed links & infos here -->
<table width="100%" style="padding:0 10px; margin:3px auto 0px auto;">
<tr>
<td style="padding:0; margin:0;">
<a href="../external.html?link=http://twitter.com/share" class="twitter-share-button" data-count="none">Tweet</a><script type="text/javascript" src="../platform.twitter.com/widgets.js"></script></td><td style="padding:0; margin:0;">
<iframe src="../external.html?link=http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FHelvetic-Coding-Contest%2F309821316193&layout=button_count&show_faces=false&width=450&action=like&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:200px; height:21px;" allowTransparency="true"></iframe>
</td><td style="padding:0; margin:0;"><g:plusone size="small" annotation="inline" width="200"></g:plusone>
</td>
<td align="right" style="padding:0; margin:0;">
<form action="../external.html?link=http://2014.hc2.ch/results.php?" method="get" style="display:inline;">
<select id="language" name="lang">
<option value="En" selected>English</option>
<option value="De" >Deutsch</option>
<option value="Fr" >Français</option>
</select>
<script language="javascript">
$(function(){
$("#language").change(function(){
location.href = ("?lang="+$("#language").val());
});
});
</script>
<noscript>
<input type="Submit"/>
</noscript>
</form>
Last update: 30.03.2014 </td>
</tr>
</table>
<!-- The menu -->
<div id="menu">
<span class='selected'><a href='index-2.html'>Home</a></span><span ><a href='info.html'>Infos</a></span><span ><a href='gallery.html'>Gallery</a></span><span ><a href='register_frame.html'>Registration</a></span><span ><a href='links.html'>Sponsors</a></span><div id="eyebox"><div id="iris"></div><div id="eye"></div></div>
<div align="left" id="submenu">
<span ><a href='index-2.html'>Welcome</a></span><span ><a href='overview.html'>What HC2 is</a></span><span class='selected'><a href='results.html'>Results</a></span><span ><a href='media.html'>Media</a></span> </div>
</div>
<!-- Finally, the content -->
<div id="content">
<h2>HC2 2014 Results</h2>
<p>
We would like to congratulate the <strong>147</strong> participants and
<strong>53</strong> teams who participated in HC2 2014.
</p>
<p>
The final ranking and all the problem statements are available:<br />
<a href="contest/Scoreboard-2.html">Final Ranking</a><br />
<a href="contest/hc2_2014_problems.zip">The all-in-one zip file with problem statements, testcases and graders</a>
</p>
<p>
If you're stuck with one of the problems (or just curious), you can get the solutions in PDF format:
<a href="res/solution_posters/crypto.pdf" target="_blank" title="Solution poster for Cryptography">Cryptography</a>,
<a href="res/solution_posters/locks.pdf" target="_blank" title="Solution poster for Locks">Locks</a>,
<a href="res/solution_posters/drones.pdf" target="_blank" title="Solution poster for Drones">Drones</a>,
<a href="res/solution_posters/spy.pdf" target="_blank" title="Solution poster for Spies & Marmots">Spies & Marmots</a>,
and <a href="res/solution_posters/surveillance.pdf" target="_blank" title="Solution poster for Surveillance">Surveillance</a>.
</p>
<table summary="Two pictures from HC2 2014" style="width:100%">
<colgroup>
<col width="50%" />
<col width="50%" />
</colgroup>
<tr>
<td style="text-align:left"><img src="img/hc2_results_1.jpg" width="395" height="263" /></td>
<td style="text-align:right"><img src="img/hc2_results_2.jpg" width="395" height="263" /></td>
</tr>
</table>
</div>
<div id="foot" align="center">
<!--<hr style="color:white; height:1px; margin-top:0;">-->
<a href="../external.html?link=http://www.epfl.ch/" target="_blank" ><img src="img/logo140/epfl.png" alt="logo epfl" align="middle"/></a>
<a href="../external.html?link=http://www.open.ch/" target="_blank" ><img src="img/logo140/open.png" alt="logo open systems" align="middle" /></a>
<a href="../external.html?link=http://www.adnovum.ch/" target="_blank" ><img src="img/logo140/adnovum.png" alt="logo adnovum" align="middle"/></a>
<a href="../external.html?link=http://polyprog.epfl.ch/" target="_blank" ><img src="img/logo140/polyprog.png" alt="logo polyprog" align="middle" /></a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>