-
Notifications
You must be signed in to change notification settings - Fork 2
/
preliminary.html
456 lines (422 loc) · 13.7 KB
/
preliminary.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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
<!DOCTYPE html>
<html>
<!--#include virtual="commonhead.html" -->
<head>
<meta charset="utf-8">
<meta name="Description" content="SamurAI Coding 2017-18">
<meta name="author" content="Hironori Washizaki">
<title>SamurAI Coding 2017-18: Preliminary (Qualifying) Rounds</title>
<link rel="stylesheet" href="stylesheets/default.css">
</head>
<body>
<!--#include virtual="header.html" -->
<header id="mast">
<center>
<img src="images/samurailogo.png" width="391" height="90" alt="" title=""/><br>
<a href="http://www.ipsj.or.jp/english/index.html"><img src="images/IPSJ_logoC_M.gif" title="logo_ipsj" width="200"/></a><br>
<a href="http://www.e-seikatsu.info/"><img src="images/e-Seikatsu.png" width="160"/></a>
<a href="http://www.hitachi.co.jp/"><img src="images/ea60010030dmac.png" width="150"/></a>
<br>
<a href="https://jprs.co.jp/"><img src="images/jprs.jpg" width="100"/></a>
<a href="http://www.fujitsu.com/"><img src="images/fujitsu-logo.jpg" width="103"/></a>
<br>
<a href="http://jp.ieee.org/"><img src="images/IEEE.jpg" title="IEEE Japan Office" width="65"/></a>
<a href="http://www.jeita.or.jp/"><img src="images/JEITA.jpg" title="Japan Electronics and Information Technology Industries Association" width="75"/></a>
<a href="http://www.jisa.or.jp/"><img src="images/JISA.png" title="Japan Information Technology Services Industry Association" width="75"/></a>
<a href="http://www.jssst.or.jp/"><img src="images/JSSST.gif" title="Japan Society for Software Science and Technology" width="75"/></a>
<a href="http://www.ieice.org/"><img src="images/IEICE.bmp" title="The Institute of Electronics, Information and Communication Engineers" width="45"/></a>
<a href="http://www.ai-gakkai.or.jp/"><img src="images/JSAI.png" title="The Japanese Society for Artificial Intelligence" width="55"/></a><br>
<a href="http://www.ipa.go.jp/"><img src="images/IPA.png" title="Information-technology Promotion Agency, Japan" width="85"/></a>
<a href="http://www.computer.org/web/guest"><img src="images/ComputerSocietyLogo-RGB-stacked.gif" title="IEEE Computer Society" width="95"/></a>
<a href="http://kiise.or.kr/"><img src="images/KIISE.jpg" title="The Korean Institute of Information Scientists and Engineers" width="116"/></a>
<a href="http://www.juas.or.jp/"><img src="images/JUAS.png" title="Japan Users Association of Information Systems" width="65"/></a>
<a href="http://www.ccf.org.cn/"><img src="images/CCF.gif" title="China Computer Federation" width="60"/></a>
</center>
<nav id="global">
<ul>
<li><a href=".">Home</a></li>
<li><a href="schedule.html">Schedule</a></li>
<li><a href="rules.html">Rules</a></li>
<li><a href="software.html">Software</a></li>
<li><a href="entry.html">Entry</a></li>
<li><a href="preliminary.html">Preliminary</a></li>
<li><a href="final.html">Final</a></li>
<li>FAQ</li> <!-- <a href="faq.html">FAQ</a></li> -->
<li><a href="index-jp.html">Japanese</a></li>
</ul>
</nav>
</header>
<hr/>
<section id="importantdates">
<h2>Preliminary Round</h2>
<ul>
<li><a href="preliminary-rule-en.pdf">
Rules of preliminary rounds</a> (Updated on Jan 15th 2018)</li>
<li><a href="HardwareInfo.html">
Hardwrae environment of the preliminary rounds
</a>
</li>
<li><a href="SoftwareInfo.html">Software environment of the Preliminary (Qualifying) Rounds</a></li>
<li>We plan to hold Practice Round that provides an opportunity for battling other participants! Please refer to details on Google Classroom via <a href="entry.html">Entry</a>. Note that the participation in the Practice Round is NOT mandatory for entry to the contest; however, the registration via the Registration Form is mandatory for entry to the contest. </li>
<ul>
<li>
Practice Round #1 used all programs that are submitted by Jan 24 23:59 JST. Participating teams could update your program submitted to the 1st Practice Round. The results of the Practice Round #1 (consisting of two parts: First Round and Final Qualifier) are now available on the <a href="https://trial.samuraicoding.info/contests/1">Submission Trial Page</a> . Note that unregistered teams using the Registration Form inside the Google Classroom via the <a href="entry.html">Entry</a> are displayed as Anonymous. </li>
<li>Practice Round #2 used all programs that are submitted by Feb 6 23:59 JST. Please refer to details on Google Classroom via <a href="entry-jp.html">Entry</a>. The results of the Practice Round #2 (consisting of two parts: First Round and Final Qualifier) are now available on the <a href="https://trial.samuraicoding.info/contests/2">Submission Trial Page</a>.</li>
Note that only registered teams are eligible for the Practice Round. Please register yourself by the Registration Form if not registered yet.
</li>
</ul>
<li><a href="https://trial.samuraicoding.info/">Submission Trial Page</a> is now available! You can test the behavior of your program on the game server to be used for Preliminary (Qualifying) Round.</li>
<li>Submission to the preliminary round: Please submit your program at Preliminary Round on Google Classroom via <a href="entry-jp.html">Entry</a>. Note that only registered teams are eligible for the Preliminary Round.
</li>
</ul>
<h2>Result of online Preliminary (Qualifying) Round</h2>
<p>
By conducting the Preliminary (Qualifying) Round, the following 16 teams have been selected for advancing to the World final among 147 Classroom registered teams and 36 submissions. By considering actual regional balance, 15 teams with the highest ratings among all teams and 1 international team with good results have been selected. Congratulations to all winners! See you in beautiful Tokyo!
Details of the results of the Preliminary (Qualifying) Round are now available on the <a href="https://trial.samuraicoding.info/contests/3">Submission Trial Page</a> .
</p>
<p>
Other teams that lost are invited to Banquet on the World final round date on a first-come, first-served basis; so come to Tokyo and watch the World final together! Later we will let you know in detail.
</p>
<table>
<tr>
<th>Rank</th>
<th>Team Name </th>
<th>Points</th>
<th>Time </th>
<th>Selected for world final</th>
</tr>
<tr>
<th>1</th>
<td>piyo</td>
<td>60</td>
<td>3535.52</td>
<td>Selected</td>
</tr>
<tr>
<th>2</th>
<td>tortoise</td>
<td>59</td>
<td>3868.17</td>
<td>Selected</td>
</tr>
<tr>
<th>3</th>
<td>nhho</td>
<td>58</td>
<td>3505.43</td>
<td>Selected</td>
</tr>
<tr>
<th>4</th>
<td>kumikomiya</td>
<td>58</td>
<td>3553.47</td>
<td>Selected</td>
</tr>
<tr>
<th>5</th>
<td>エーアイテイオウ</td>
<td>54</td>
<td>4414.01</td>
<td>Selected</td>
</tr>
<tr>
<th>6</th>
<td>KPCC Kamoike Team</td>
<td>53</td>
<td>3583.51</td>
<td>Selected</td>
</tr>
<tr>
<th>7</th>
<td>hirokazu1020</td>
<td>50</td>
<td>3539.93</td>
<td>Selected</td>
</tr>
<tr>
<th>8</th>
<td>kt_tenel</td>
<td>48</td>
<td>3579.49</td>
<td>Selected</td>
</tr>
<tr>
<th>9</th>
<td>johnnyhibiki</td>
<td>47</td>
<td>3566.91</td>
<td>Selected</td>
</tr>
<tr>
<th>10</th>
<td>nono</td>
<td>46</td>
<td>3594.5</td>
<td>Selected</td>
</tr>
<tr>
<th>11</th>
<td>クレストボウズ</td>
<td>45</td>
<td>3792.08</td>
<td>Selected</td>
</tr>
<tr>
<th>12</th>
<td>assy</td>
<td>44</td>
<td>3597.53</td>
<td>Selected</td>
</tr>
<tr>
<th>13</th>
<td>sc-samurai</td>
<td>44</td>
<td>3633.74</td>
<td>Selected</td>
</tr>
<tr>
<th>14</th>
<td>traP</td>
<td>44</td>
<td>3706.33</td>
<td>Selected</td>
</tr>
<tr>
<th>15</th>
<td>BpkvT0FAkkQsXsc9</td>
<td>43</td>
<td>3923.68</td>
<td>Selected</td>
</tr>
<tr>
<th>16</th>
<td>Team Bits</td>
<td>42</td>
<td>3779.2</td>
<td></td>
</tr>
<tr>
<th>17</th>
<td>チーム森</td>
<td>40</td>
<td>3719.45</td>
<td></td>
</tr>
<tr>
<th>18</th>
<td>Neptune</td>
<td>40</td>
<td>3761.96</td>
<td></td>
</tr>
<tr>
<th>19</th>
<td>iwatsushi</td>
<td>39</td>
<td>3712.02</td>
<td></td>
</tr>
<tr>
<th>20</th>
<td>Taiyo</td>
<td>39</td>
<td>5175.29</td>
<td></td>
</tr>
<tr>
<th>21</th>
<td>sumoru</td>
<td>37</td>
<td>3923.05</td>
<td></td>
</tr>
<tr>
<th>22</th>
<td>楓信仰</td>
<td>36</td>
<td>3716.43</td>
<td></td>
</tr>
<tr>
<th>23</th>
<td>goura32</td>
<td>36</td>
<td>3775.72</td>
<td></td>
</tr>
<tr>
<th>24</th>
<td>DOG</td>
<td>34</td>
<td>4173.28</td>
<td></td>
</tr>
<tr>
<th>25</th>
<td>ThreeStones</td>
<td>30</td>
<td>3962.34</td>
<td></td>
</tr>
<tr>
<th>26</th>
<td>Sakuma Hiroki</td>
<td>30</td>
<td>6041.42</td>
<td></td>
</tr>
<tr>
<th>27</th>
<td>blank</td>
<td>22</td>
<td>4925.35</td>
<td>Selected</td>
<td></td>
</tr>
<tr>
<th>28</th>
<td>KTH</td>
<td>20</td>
<td>4850.93</td>
<td></td>
</tr>
<tr>
<th>29</th>
<td>SouthNorth</td>
<td>18</td>
<td>6659.42</td>
<td></td>
</tr>
<tr>
<th>30</th>
<td>saida</td>
<td>11</td>
<td>9554.2</td>
<td></td>
</tr>
<tr>
<th>31</th>
<td>glycine</td>
<td>8</td>
<td>10730.6</td>
<td></td>
</tr>
<tr>
<th>32</th>
<td>tf-b0team</td>
<td>6</td>
<td>16256</td>
<td></td>
</tr>
<tr>
<th>33</th>
<td>raven</td>
<td>6</td>
<td>16360</td>
<td></td>
</tr>
<tr>
<th>34</th>
<td>はぐりん</td>
<td>5</td>
<td>16360</td>
<td></td>
</tr>
<tr>
<th>35</th>
<td>shimo</td>
<td>4</td>
<td>16360</td>
<td></td>
</tr>
<tr>
<th>36</th>
<td>いんげんだもの なしを</td>
<td>4</td>
<td>16360</td>
<td></td>
</tr>
</table>
<hr>
<footer>
<div>
<table class="multicolumn">
<tr>
<td width="250">
<section id="contact">
<h3>Information Processing Society of Japan</a></h3>
<p class=address>Kagaku-kaikan (Chemistry Hall) 4F<br>
1-5 Kanda-Surugadai, Chiyoda-ku,
Tokyo 101-0062 JAPAN<br>
email: <a class="contactadddr" href="mailto:samurai-contact@ipsj.or.jp">
samurai-contact@ipsj.or.jp</a><br>
web: <a href="http://www.ipsj.or.jp">http://www.ipsj.or.jp</a>
</p>
<a href="http://www.ipsj.or.jp/english/index.html"><img src="images/IPSJ_logoC_M.gif" title="logo_ipsj" width="200"/></a>
</section>
</td>
<td width="300">
<section id="sponsors">
<h3>Gold Sponsors</h3>
<p>e-Seikatsu Co., Ltd.<br>
<a href="http://www.e-seikatsu.info/"><img src="images/e-Seikatsu.png" width="160"/></a></p>
<p>Hitachi, Ltd.<br>
<a href="http://www.hitachi.co.jp/"><img src="images/ea60010030dmac.png" width="150"/></a></p>
<h3>Supporters</h3>
<p>Japan Registry Services Co., Ltd.<br>
<a href="https://jprs.co.jp/"><img src="images/jprs.jpg" width="100"/></a>
</p>
<p>Fujitsu Limited<br>
<a href="http://www.fujitsu.com/"><img src="images/fujitsu-logo.jpg" width="103"/></a>
</p>
<h3>Media Sponsors</h3>
</td>
<td>
<section id="supporters">
<h3>Supporters</h3>
<p class="smaller">
IEEE Japan Office<br>
<a href="http://jp.ieee.org/"><img src="images/IEEE.jpg" title="IEEE Japan Office" width="65"/></a><br><br>
Information Technology Promotion Agency, Japan<br>
<a href="http://www.ipa.go.jp/"><img src="images/IPA.png" title="Information-technology Promotion Agency, Japan" width="85"/></a>
<br><br>
International Information Science Foundation<br><br>
Japan Electronics and Information Technology Industries Association<br>
<a href="http://www.jeita.or.jp/"><img src="images/JEITA.jpg" title="Japan Electronics and Information Technology Industries Association" width="75"/></a><br><br>
Japan Information Technology Services Industry Association<br>
<a href="http://www.jisa.or.jp/"><img src="images/JISA.png" title="Japan Information Technology Services Industry Association" width="75"/></a><br><br>
Japan Society for Software Science and Technology<br>
<a href="http://www.jssst.or.jp/"><img src="images/JSSST.gif" title="Japan Society for Software Science and Technology" width="75"/></a><br><br>
The Institute of Electronics, Information and Communication Engineers<br>
<a href="http://www.ieice.org/"><img src="images/IEICE.bmp" title="The Institute of Electronics, Information and Communication Engineers" width="45"/></a>
<br><br>
The Japanese Society for Artificial Intelligence<br>
<a href="http://www.ai-gakkai.or.jp/"><img src="images/JSAI.png" title="The Japanese Society for Artificial Intelligence" width="55"/></a><br><br>
The Ministry of Education, Culture, Sports, Science and Technology
<br><br>
IEEE Computer Society<br>
<a href="http://www.computer.org/web/guest"><img src="images/ComputerSocietyLogo-RGB-stacked.gif" title="IEEE Computer Society" width="95"/></a><br><br>
The Ministry of Economy, Trade and Industry<br><br>
The Korean Institute of Information Scientists and Engineers<br>
<a href="http://kiise.or.kr/"><img src="images/KIISE.jpg" title="The Korean Institute of Information Scientists and Engineers" width="180"/></a><br><br>
IEEE Computer Society Tokyo/Japan Joint Chapter<br>
<a href="https://www.ieee-jp.org/section/tokyo/chapter/C-16/"><img src="images/IEEE-CSJ.gif" title="IEEE Computer Society Tokyo/Japan Joint Chapter" width="65"/></a><br><br>
Japan Users Association of Information Systems<br>
<a href="http://www.juas.or.jp/"><img src="images/JUAS.png" title="Japan Users Association of Information Systems" width="65"/></a>
<br><br>
China Computer Federation<br>
<a href="http://www.ccf.org.cn/"><img src="images/CCF.gif" title="China Computer Federation" width="60"/></a>
<br><br>
Ministry of Internal Affairs and Communications
<br><br>
</p>
</section>
</td>
</tr>
</table>
</div>
</footer>
</body>
</html>