This repository was archived by the owner on Mar 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
700 lines (671 loc) · 49.2 KB
/
index.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
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
<!--DOCTYPE html -->
<html>
<head>
<!-- Meta, title, CSS, favicons, etc. -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="description" content="">
<meta name="author" content="">
<title>shake! 경인지역 6개대학 연합 프로그래밍 경시대회</title>
<!-- Bootstr./static/ap core CSS -->
<link href="./static/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700" rel="stylesheet" type="text/css">
<!-- Icon Fonts -->
<link href="./static/css/themify-icons.css" rel="stylesheet" type="text/css">
<!-- Required CSS Files -->
<link href="./static/css/animate.css" rel="stylesheet">
<link href="./static/css/owl.carousel.css" rel="stylesheet">
<link href="./static/css/style.css" rel="stylesheet">
<!--[if lt IE 9]><script src="assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="57x57" href="./static/shake_Favicon.ico/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="./static/shake_Favicon.ico/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="./static/shake_Favicon.ico/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="./static/shake_Favicon.ico/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="./static/shake_Favicon.ico/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="./static/shake_Favicon.ico/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="./static/shake_Favicon.ico/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="./static/shake_Favicon.ico/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="./static/shake_Favicon.ico/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="./static/shake_Favicon.ico/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="./static/shake_Favicon.ico/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="./static/shake_Favicon.ico/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="./static/shake_Favicon.ico/favicon-16x16.png">
<link rel="manifest" href="./static/shake_Favicon.ico/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="./static/shake_Favicon.ico/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff"><link rel="shortcut icon" href="./static/shake_Favicon.ico/favicon.ico">
<!-- Favicons -->
<meta property="og:image" content="https://shake.codes/static/img/2022_shake_og.png"/>
<meta property="og:title" content="2022 경인지역 6개대학 연합 프로그래밍 경시대회 shake!"/>
<meta property="og:url" content="https://shake.codes"/>
<meta property="og:site_name" content="shake! 2022"/>
<meta property="og:type" content="website"/>
<meta property="og:description" content="아주대학교, 경희대학교, 성균관대학교, 인하대학교, 한국항공대학교, 한양대학교 ERICA의 학교 대표들이 모여 함께하는 교류의 장, 2022 shake!"/>
</head>
<body class="loaded">
<div class="loader" style="opacity: 0; display: none;">
<div class="animated rubberBand spinner"></div>
</div>
<!-- Layout Wrapper -->
<div class="layout-wrapper page" id="page">
<header id="header" class="section transparent white-header header active-section">
<div class="container">
<div class="row">
<div class="col-md-3 col-md-offset-1">
<div class="logo">
<a href="#videoback" title="">
<img src="./static/img/black-logo.png" class="black-logo standard-logo middle-content" alt="">
<img src="./static/img/white-logo.png" class="white-logo standard-logo middle-content" alt="">
<img src="./static/img/black-logo.png" class="black-logo retina-logo middle-content" alt="">
<img src="./static/img/white-logo.png" class="white-logo retina-logo middle-content" alt="">
</a>
</div>
</div>
<!-- /.col-->
<div class="col-md-7 menu-col text-right">
<div class="menu">
<ul class="list-inline">
<li><a href="#about">소개</a>
</li>
<li><a href="#apply">대회일정</a>
</li>
<li><a href="#example">문제예시</a>
</li>
<li><a href="#rule">기준 및 규정</a>
</li>
<li><a href="./results/2022/index.html">결과 보기</a>
</li>
</ul>
</div>
</div>
<!-- /.col-->
<div class="header-line">
<div class="line"></div>
<!--/.line-->
</div>
<!-- /.header-line -->
<div class="menu-toggle">
<i class="ti-menu"></i>
</div>
</div>
</div>
<!-- /.container -->
</header>
<!-- /header -->
<div id="videoback" style="position:absolute; height:100%; width:100%; opacity:0.5;"></div>
<section class="big-hero section background-wrapper with-overlay black-overlay active-section" style="height:100%; background-color:rgba(35,230, 190,0.4); outline-offset: -3px;">
<div class="container middle-content">
<div class="row hidden-xs">
<div class="col-md-8 col-md-offset-1">
<div class="element">
<h1 class="lighter">조금 더 넓은 곳에서<br>
<strong>당신의 능력을 보여주세요</strong></h1>
<div class="space"></div>
<p>
<!-- <a class="btn btn-punch btn-white hover-primary hover-colors btn-md" href="#apply" role="button">본선일정 안내</a> -->
<a class="btn btn-punch btn-white hover-primary hover-colors btn-md" href="#about" role="button">대회 정보</a>
<a class="btn btn-punch btn-primary btn-md btn-darker" href="./results/2022/index.html" role="button">2022 결과</a>
</p>
</div>
</div>
</div>
<div class="row visible-xs text-center">
<h2 class="lighter">조금 더 넓은 곳에서<br>
<strong>당신의 능력을 보여주세요</strong></h2>
<div class="space"></div>
<p><a class="btn btn-punch btn-white hover-primary hover-colors btn-sm" href="#apply" role="button">본선일정 안내</a> <a class="btn btn-punch btn-primary btn-sm btn-darker" href="#about" role="button">더 보기</a>
</p>
</div>
</div>
<a href="#about" title="" class="scroll-down"><i class="fa animated infinite bounce ti-arrow-down"></i></a>
</section>
<!-- /.section -->
<section id="about" class="section active-section" style="outline-offset: -3px;">
<div class="container">
<div class="row">
<div class="col-md-3 col-md-offset-1">
<div class="heading-line big color-danger"></div>
<h2 class="lighter">대회 소개</h2>
</div>
<div class="col-md-7">
<div class="heading-line color-info big"></div>
<p>
<strong>shake!</strong>는 경인지역 6개 대학의 학생들이 함께하는 프로그래밍 대회입니다.</br>
<strong>아주대학교</strong>, <strong>경희대학교</strong>, <strong>성균관대학교</strong>, <strong>인하대학교</strong>, <strong>한국항공대학교</strong>, <strong>한양대학교 ERICA</strong>의 학교 대표들이 모여 함께하는 본 대회는 6개 대학 학생들을 위한 교류의 장을 지향합니다. 다른 학교 학생들과 함께하는 과정 에서 보다 넓은 세계를 대상으로 시야를 넓히고, 다양한 문제를 고민하고 해결하는 과정을 통해 자신의 역량을 뽐내고 피드백을 통해 발전할 수 있 는 기회가 될 것입니다.
</p>
<p>
</p>
</div>
<!-- /.col -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
<div class="space"></div>
<hr>
<div class="space"></div>
<div class="container">
<div class="row">
<div class="col-md-3 col-md-offset-1">
<h2 class="lighter no-padding-top">대회 목적</h2>
<p><strong>shake!</strong>는 참가 대학교가 서로 교류를 통해 발전하고, 경쟁을 통해 새로운 인재를 발견하는 데에 목적을 두고 있습니다.</p>
</div>
<div class="col-md-1"></div>
<!--/.col-->
<div class="col-md-2 text-center text-default">
<img src="./static/img/icon-goal-growth.png" class="goal">
<h5>실력향상</h5>Growth
</div>
<!--/.col-->
<div class="col-md-2 text-center text-default">
<img src="./static/img/icon-goal-sharing.png" class="goal">
<h5>상호교류</h5>Sharing
</div>
<!--/.col-->
<div class="col-md-2 text-center text-default">
<img src="./static/img/icon-goal-talent.png" class="goal">
<h5>인재발굴</h5>Talent
</div>
<!--/.col-->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
<div class="space"></div>
<hr>
<div class="space"></div>
<div class="container">
<div class="row">
<div class="col-md-3 col-md-offset-1">
<h2 class="lighter no-padding-top">시험 분야</h2>
<p><strong>shake!</strong>는 프로그래머에게 필수적인 다양한 능력들을 고루 평가합니다.</p>
</div>
<div class="col-md-1"></div>
<!--/.col-->
<div class="col-md-3">
<img src="./static/img/icon-category-basic.png" class="category">
<h5>기초 프로그래밍</h5>
<p class="no-padding-top">
추상적인 상황과 자신의 생각을 논리적으로 전개하고 이를 코드로 표현할 수 있는 프로그래밍 능력을 평가합니다.
</p>
</div>
<!--/.col-->
<div class="col-md-3">
<img src="./static/img/icon-category-math.png" class="category">
<h5>수학</h5>
<p class="no-padding-top">
문제에 대한 분석을 바탕으로 풀이를 도출하고 이를 수학적으로 증명할 수 있는 사고력을 평가합니다.
</p>
</div>
<!--/.col-->
</div>
<p></p>
<div class="row">
<div class="col-md-1"></div>
<div class="col-md-3 col-md-offset-1">
<img src="./static/img/icon-category-datastructure.png" class="category">
<h5>자료구조</h5>
<p class="no-padding-top">
다양한 데이터들의 특징을 파악하여 상황과 필요에 맞게 구조화 할 수 있는 자료구조에 대한 이해도를 평가합니다.
</p>
</div>
<!--/.col-->
<div class="col-md-3">
<img src="./static/img/icon-category-dynamic.png" class="category">
<h5>동적 계획법</h5>
<p class="no-padding-top">
복잡한 문제를 간소화하거나, 그 안에서 규칙성을 찾아 정확한 해답을 찾 수 있는 창의력과 분석 능력을 평가합니다.
</p>
</div>
<!--/.col-->
<div class="col-md-3">
<img src="./static/img/icon-category-graph.png" class="category">
<h5>그래프</h5>
<p class="no-padding-top">
추상적인 상황 속에 숨겨진 논리적인 관계를 파악하고, 이러한 관계의 특징을 이용해 원하는 답을 찾아낼 수 있는 능력을 평가합니다.
</p>
</div>
</div>
</div>
</section>
<!-- /.section -->
<hr>
<section id="apply" class="section active-section">
<div class="container">
<div class="row">
<div class="col-md-5 col-md-offset-1">
<div>
<h2 class="lighter"><strong>대회 참가</strong> 안내</h2>
<p>
<strong>shake!</strong>는 각 학교 선발전을 통해 선발된 학교대표학생들만 참가할 수 있습니다.
2022 경인지역 6개대학 연합 프로그래밍 경시대회 <strong>shake!</strong>의 <strong>학교대표 선발전</strong> 일정은 아래와 같습니다.
<br><strong>문의사항</strong>은 각 학교별 주관처를 통해주시기 바랍니다.
</p>
</div>
<div role="tabpanel" class="tabs">
<ul class="nav nav-tabs" role="tablist">
<li role="presentation" class="active"><a href="#pre_ajou" aria-controls="pre_ajou" role="tab" data-toggle="tab" aria-expanded="true">아주대</a>
</li>
<li role="presentation" class=""><a href="#pre_khee" aria-controls="pre_khee" role="tab" data-toggle="tab" aria-expanded="false" onclick="return false;" >경희대</a>
</li>
<li role="presentation" class=""><a href="#pre_skku" aria-controls="pre_skku" role="tab" data-toggle="tab" aria-expanded="false">성균관대</a>
</li>
<li role="presentation" class=""><a href="#pre_inha" aria-controls="pre_inha" role="tab" data-toggle="tab" aria-expanded="false">인하대</a>
</li>
<li role="presentation" class=""><a href="#pre_krar" aria-controls="pre_krar" role="tab" data-toggle="tab" aria-expanded="false">항공대</a>
</li>
<li role="presentation" class=""><a href="#pre_hyer" aria-controls="pre_hyer" role="tab" data-toggle="tab" aria-expanded="false">한양ERICA</a>
</li>
</ul>
<div class="tab-content">
<div role="tabpanel" class="tab-pane active" id="pre_ajou">
<p><strong>아주대학교</strong>는 <strong>2022 아주대학교 프로그래밍 경시대회 (APC)</strong>를
<br> 자체 선발전으로 진행, 10명의 학교대표를 선발합니다.
<br>
<br> <strong>선발전 일정:</strong> <strong>2022. 11. 13</strong>
<br> <strong>선발전 주관처:</strong> 알고리즘 소학회 A.N.S.I.
<br> <strong>주관 대표:</strong> 심지수 010-3029-1203</p>
<a href="/apc" title="" class="btn btn-punch btn-info btn-link" target="_blank">아주대학교 선발전 바로가기</a>
</div>
<div role="tabpanel" class="tab-pane" id="pre_khee">
<p><strong>경희대학교</strong>는 <strong>2022 경희대학교 봄 프로그래밍 경시대회</strong>를
<br> 자체 선발전으로 진행, 10명의 학교대표를 선발합니다.
<br>
<br> <strong>선발전 일정:</strong> <strong>2022. 05. 14</strong>
<br> <strong>선발전 주관처:</strong> 경희대학교 SW 중심대학 사업단
<br> <strong>주관 대표:</strong> 박민재 010-2351-7847 </p>
<!-- <a href="http://swedu.khu.ac.kr/board5/bbs/board.php?bo_table=06_01&wr_id=1218" title="" class="btn btn-punch btn-info btn-link" target="_blank">대회가 종료되었습니다</a> -->
</div>
<div role="tabpanel" class="tab-pane" id="pre_skku">
<p><strong>성균관대학교</strong>는 <strong>2022 shake! 성균관대학교 선발전</strong>을 통해 10명의 학교대표를 선발합니다.
<br>
<br> <strong>선발전 일정:</strong> <strong>2022. 11. 13</strong>
<br> <strong>선발전 주관처:</strong> 알고리즘 동아리 NPC
<br> <strong>주관 대표:</strong> 안우솔 010-4261-0125</p>
<!-- <a href="" title="" class="btn btn-punch btn-info btn-link" target="_blank">대회 신청이 마감되었습니다.</a> -->
</div>
<div role="tabpanel" class="tab-pane" id="pre_inha">
<p><strong>인하대학교</strong>는 <strong>2022 인하대학교 프로그래밍 경시대회 (IUPC)</strong>를
<br> 자체 선발전으로 진행, 9명의 학교대표를 선발합니다.
<br> 2명의 선발전 출제진이 추가 학교대표로 선발됩니다.
<br>
<br> <strong>선발전 일정:</strong> <strong>2022. 5. 21</strong>
<br> <strong>선발전 주관처:</strong> 인하대학교 컴퓨터공학 학술소모임 CTP
<br> <strong>주관 대표:</strong> 주도현 010-5092-3475</p>
<a href="https://forms.gle/ocgc83HFGwSo3Z126" title="" class="btn btn-punch btn-info btn-link" target="_blank">인하대학교 선발전 바로가기</a>
</div>
<div role="tabpanel" class="tab-pane" id="pre_hyer">
<p><strong>한양대학교 ERICA</strong>는 <strong>ZOAC(Zero One Algorithm Contest 2022) 대회</strong>를
<br> 자체 선발전으로 진행, 10명의 학교대표를 선발합니다.
<br>
<br> <strong>선발전 일정:</strong> <strong>2022. 12. 22</strong>
<br> <strong>선발전 주관처:</strong> 알고리즘 학회 0&1
<br> <strong>주관 대표:</strong> 윤병서 010-4532-2751</p>
<!-- <a href="https://forms.gle/mLemgAgpaDoMqM456" title="" class="btn btn-punch btn-info btn-link" target="_blank">한양대학교 선발전 바로가기</a> -->
</div>
<div role="tabpanel" class="tab-pane" id="pre_krar">
<p><strong>한국항공대학교</strong>는 <strong>2022 제 2회 한국항공대학교 프로그래밍 경시대회 (KAUPC)</strong>을 통해 10명의 학교대표를 선발합니다.
<br>
<br> <strong>선발전 일정:</strong> <strong>2022. 9. 17</strong>
<br> <strong>선발전 주관처:</strong> 항공대학교 소프트웨어학과, 알고리즘 학회 koala
<br> <strong>주관 대표:</strong> 천수환 010-7237-7616</p>
<!-- <a href="" title="" class="btn btn-punch btn-info btn-link" target="_blank">대회 신청이 마감되었습니다.</a> -->
</div>
</div>
</div>
<!-- /.row -->
</div>
<div class="col-md-1"></div>
<!-- /.col -->
<div class="col-md-6">
<div class="promo-block shadow-5">
<div class="pb-header info-background dark"><h4 class="text-white"><strong>shake! 본선 정보</strong></h4></div>
<div class="pb-content info-background dark clearfix">
<h4><strong>일시</strong></h4>
2023년 3월 11일 토요일<br>
<h4><strong>장소</strong></h4>
온라인 (Zoom)<br>
<h4><strong>시상</strong></h4>
대상(1명) : 아주대학교 총장상 및 <strong>상금 100만원</strong><br>
최우수상(2명) : LINC 3.0 사업단장/SW융합교육원장상 및 <strong>상금 70만원</strong><br>
우수상(4명) : 창의산학교육원장/SW융합교육원장상 및 <strong>상금 50만원</strong><br>
장려상(6명) : 창의산학교육원장/SW교육센터장상 및 <strong>갤럭시워치 5 44mm</strong><br>
특별상(2명) : 후원사 특별상 (몰로코, 현대모비스) <strong>100,000원권 상품권</strong><br>
</div>
</div>
</div>
<!-- /.col -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</section>
<!-- /.section -->
<div id="example" class="section grey-background active-section" style="outline-offset: -3px;">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<h2 class="lighter">문제 예시</h2>
<div>
<p>
아래는 역대 <strong>shake!</strong> 기출문제 및 풀이입니다.
<br><strong>shake!</strong>는 단순한 알고리즘 지식 경쟁보다는 일반 소프트웨어 학부 과정에서 배울 수 있는 알고리즘과 자료구조의 이해와 확장을 목표로 합니다.
</p>
</div>
<div class="row">
<div class="row" style="margin-left:2%">
<div class="col-md-6">
<h3 class="lighter">shake! 본선 기출</h3>
<a href="https://www.acmicpc.net/contest/view/962"><button type="button" class="btn btn-danger btn-preprob"><strong>22 본선 문제</strong></button></a>
<a href="https://www.acmicpc.net/category/detail/2399"><button type="button" class="btn btn-danger btn-preprob"><strong>20 본선 문제</strong></button></a>
<a href="https://www.acmicpc.net/category/detail/2041"><button type="button" class="btn btn-danger btn-preprob"><strong>19 본선 문제</strong></button></a>
<a href="https://www.acmicpc.net/category/detail/1890"><button type="button" class="btn btn-danger btn-preprob"><strong>18 본선 문제</strong></button></a>
<a href="https://www.acmicpc.net/category/detail/1817"><button type="button" class="btn btn-danger btn-preprob"><strong>17 본선 문제</strong></button></a>
<a href="https://lavida.us/collection.php?col_id=4272"><button type="button" class="btn btn-danger btn-preprob"><strong>16 본선 문제</strong></button></a>
<a href="https://lavida.us/collection.php?col_id=4269"><button type="button" class="btn btn-danger btn-preprob"><strong>15 본선 문제</strong></button></a>
<br>
<a href="https://drive.google.com/file/d/1LrkDq0LkD_z6fidBHSabhCawgyYy4rz2/view?usp=sharing"><button type="button" class="btn btn-outline-danger btn-preprob"><strong>22 본선 풀이</strong></button></a>
<a href="https://drive.google.com/file/d/1MA4W5Jic9goqLtH6fjn0ymgNF8GydA_O/view?usp=sharing"><button type="button" class="btn btn-outline-danger btn-preprob"><strong>20 본선 풀이</strong></button></a>
<a href="https://drive.google.com/file/d/1mQoEx-oJPZu4Yg9buMWV4pHCBUvwtHsi/view?usp=sharing"><button type="button" class="btn btn-outline-danger btn-preprob"><strong>19 본선 풀이</strong></button></a>
<a href="https://drive.google.com/open?id=1YVe7fMOU2owT6GJmf9nJCnN8QqfQ5rEW"><button type="button" class="btn btn-outline-danger btn-preprob"><strong>18 본선 풀이</strong></button></a>
<a href="https://goo.gl/dZgNyv"><button type="button" class="btn btn-outline-danger btn-preprob"><strong>17 본선 풀이</strong></button></a>
<a href="https://goo.gl/8L6D7Y"><button type="button" class="btn btn-outline-danger btn-preprob"><strong>16 본선 풀이</strong></button></a>
<a href="https://www.slideshare.net/SunyoungKim14/shake-51210148?qid=85606e9b-edbe-42ca-a92a-ae67a54ed0c7&v=&b=&from_search=4"><button type="button" class="btn btn-outline-danger btn-preprob"><strong>15 본선 풀이</strong></button></a>
</div>
<div class="col-md-6">
<h3 class="lighter">shake! 예선 기출</h3>
<a href="https://www.acmicpc.net/category/detail/2035"><button type="button" class="btn btn-info btn-preprob"><strong>19 예선 문제</strong></button></a>
<a href="https://www.acmicpc.net/category/detail/1879"><button type="button" class="btn btn-info btn-preprob"><strong>18 예선 문제</strong></button></a>
<a href="https://www.acmicpc.net/category/detail/1815"><button type="button" class="btn btn-info btn-preprob"><strong>17 예선 문제</strong></button></a>
<a href="https://lavida.us/collection.php?col_id=4271"><button type="button" class="btn btn-info btn-preprob"><strong>16 예선 문제</strong></button></a>
<a href="https://lavida.us/collection.php?col_id=4268"><button type="button" class="btn btn-info btn-preprob"><strong>15 예선 문제</strong></button></a>
<br>
<a href="https://drive.google.com/file/d/11XBL2Ydg8-mMJ_Ljd6TokDgOIM-D-hDV/view?usp=sharing"><button type="button" class="btn btn-outline-info btn-preprob"><strong>19 예선 풀이</strong></button></a>
<a href="https://drive.google.com/open?id=17cVX5SUrFo3E4cv2giU267shNvOsamqj"><button type="button" class="btn btn-outline-info btn-preprob"><strong>18 예선 풀이</strong></button></a>
<a href="https://goo.gl/SkMwzQ"><button type="button" class="btn btn-outline-info btn-preprob"><strong>17 예선 풀이</strong></button></a>
<a href="https://goo.gl/LnMYQp"><button type="button" class="btn btn-outline-info btn-preprob"><strong>16 예선 풀이</strong></button></a>
</div>
</div>
</div>
<!-- /.row -->
</div>
</div>
</div>
<!--/.container-->
</div>
<!--/.section-->
<div id="rule" class="section active-section" style="outline-offset: -3px;">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<h1 class="lighter">대회 규정</h1>
<span class="space"></span>
<div class="row">
<div class="col-md-10 col-md-offset-1">
<h3>참가 자격</h3>
<p>
6개대학 학부생 중 아래 조건을 모두 만족하도록 주관처에 의해 선정된 <strong>각 학교대표 10인</strong>
</p>
<ul>
<li>각 학교 선발전을 통해 정당하게 선출된 자</li>
<li>2022년 1, 2학기 기준 해당 학교 1학기 이상 재학한 자</li>
<li>역대 <strong>한국 프로그래밍 경시대회</strong> 수상자가 아닌 자</li>
<li>역대 <strong>shake!</strong> 3위 이내 수상자가 아닌 자</li>
<li>+ 자체 선발전을 진행하는 학교에 한하여 자체 선발전 출제진 중 최대 1명의 추가대표</li>
</ul>
<h3>대회 진행 방식</h3>
<ul>
<li><string>shake!</string>는 1인 1팀의 개인전 형태로 치러진다.</li>
<li>대회에 사용할 컴퓨터는 개인 지참해야 하며, 1인당 1대의 컴퓨터만 허용된다.</li>
<li>대회는 10명 단위로 <strong>ZOOM</strong>에 접속하여 <strong>웹캠</strong>을 공유한 채로 진행된다.</li>
<li>하드카피, 소프트카피의 사용이 가능하며, 사용 시 참조한 자료 정보의 출처를 주석으로 처리하여 코드에 작성한다.</li>
<li>참가자는 각 문제에 대한 해답을 작성하는 소스코드를 제출한다.</li>
<li>사용가능한 프로그래밍 언어는 <strong>C/C++, Java, Python2,3로 제한한다.</strong></li>
<li>제출된 소스코드는 시스템에 의해 실시간으로 채점된다.</li>
<li>채점이 완료되면 참가자는 채점 결과를 확인할 수 있다.</li>
<li>대회 중 문제 및 채점에 관한 질문은 대회 진행 페이지의 문의하기 기능 을 통한다.</li>
<li>문제와 채점에 관련되지 않은 사항은 대회장에 있는 감독관에게 직접 문의한다.</li>
<li>대회 중 심각한 오류가 발견된 경우 문제의 수정 및 재채점이 가능하며, 이는 모든 참가자에게 공지된다.</li>
</ul>
<h3>답안 채점 방식</h3>
<ul>
<li>제출된 소스코드는 시스템을 통하여 자동으로 채점된다.</li>
<li>모든 테스트케이스에 대해 올바른 정답을 출력하는 코드만을 정답으로 인정한다.</li>
<li>참가자는 자신이 제출한 소스코드에 대한 채점 결과를 실시간으로 확인 할 수 있다.</li>
<li>모든 소스코드는 시스템과 채점관을 통해 부정행위 여부가 검사된다.</li>
<li>컴파일 과정이나 실행 도중에 에러가 발생하는 경우 오답처리한다.</li>
<li>제출한 소스코드가 고의적인 공격성을 띄는 경우 부정행위로 판단한다.</li>
<li>제출한 소스코드는 표준 입출력만을 사용해야하며, 파일을 생성하거나 읽을 시 오답으로 간주한다.</li>
</ul>
<h3>순위 결정 방식</h3>
<ul>
<li>각 참가자는 정답 판정을 받은 문제 개수와 패널티를 가집니다.</li>
<li>참가자가 각 문제에 대해 최초 정답 판정을 받을 때 패널티에 <strong>((정답 제 출 시각 – 대회 시작 시각) + (해당 문제 제출 횟수 – 1) * 20)</strong>의 시간이 가산됩니다.</li>
<li>순위는 아래 조건을 순차적으로 적용했을 때, 상위에 있는 조건을 먼저 만족한 참가자가 더 높은 순위를 가집니다.</li>
</ul>
<div class="row">
<div class="col-md-10 col-md-offset-1">
<ol>
<li>해결한 문제의 수가 더 많은 참가자</li>
<li>패널티의 총합이 더 작은 참가자</li>
<li>마지막으로 점수를 얻은 시각이 더 빠른 참가자</li>
</ol>
</div>
</div>
<ul></ul>
<div class="row">
<h3>채점 환경</h3>
<p>
모든 채점은 <a href="https://startlink.io/">startlink</a> 의 <a href="https://www.acmicpc.net">백준 온라인 저지</a> 플랫폼에서 이루어지며, 참가자들은 미리 플랫폼을 이용해볼 수 있습니다.<br>
언어마다 다른 채점기준이 적용되며, 각 언어별 컴파일 및 실행 옵션, 버전, 채점기준은 아래와 같습니다.<br>
C, C++ 에서의 제한은 각 문제에 명시된 제한(기본값) 를 따릅니다.
</p>
<ul class="list-group">
<li class="list-group-item">
<strong>C</strong>
<ul>
<li>컴파일: gcc Main.c -o Main -O2 -Wall -lm -static -std=c99 -DONLINE_JUDGE -DBOJ</li>
<li>실행: ./Main</li>
<li>버전: g++ (GCC) 10.2.0</li>
<li>시간 제한: 기본값</li>
<li>메모리 제한: 기본값</li>
</ul>
</li>
<li class="list-group-item">
<strong>C++11</strong>
<ul>
<li>컴파일: g++ Main.cc -o Main -O2 -Wall -lm -static -std=gnu++11 -DONLINE_JUDGE -DBOJ</li>
<li>실행: ./Main</li>
<li>버전: g++ (GCC) 10.2.0</li>
<li>시간 제한: 기본값</li>
<li>메모리 제한: 기본값</li>
</ul>
</li>
<li class="list-group-item">
<strong>C++17</strong>
<ul>
<li>컴파일: g++ Main.cc -o Main -O2 -Wall -lm -static -std=gnu++17 -DONLINE_JUDGE -DBOJ</li>
<li>실행: ./Main</li>
<li>버전: g++ (GCC) 10.2.0</li>
<li>시간 제한: 기본값</li>
<li>메모리 제한: 기본값</li>
</ul>
</li>
<li class="list-group-item">
<strong>Java</strong>
<ul>
<li>컴파일: javac -J-Xms1024m -J-Xmx1024m -J-Xss512m -encoding UTF-8 Main.java</li>
<li>실행: java -Xms1024m -Xmx1024m -Xss512m -Dfile.encoding=UTF-8 Main</li>
<li>버전: Java(TM) SE Runtime Environment (build 1.8.0_191-b12)</li>
<li>시간 제한: 기본값×2+1초</li>
<li>메모리 제한: 기본값×2+16MB</li>
</ul>
</li>
<li class="list-group-item">
<strong>Python2</strong>
<ul>
<li>컴파일: python -c "import py_compile; py_compile.compile(r'Main.py')"</li>
<li>실행: python Main.py</li>
<li>버전: Python 2.7.18</li>
<li>시간 제한: 기본값×3+2초</li>
<li>메모리 제한: 기본값×2+32MB</li>
</ul>
</li>
<li class="list-group-item">
<strong>Python3</strong>
<ul>
<li>컴파일: python3 -c "import py_compile; py_compile.compile(r'Main.py')"</li>
<li>실행: python3 Main.py</li>
<li>버전: Python 3.8.2</li>
<li>시간 제한: 기본값×3+2초</li>
<li>메모리 제한: 기본값×2+32MB</li>
</ul>
</li>
</ul>
언어별 예제 등의 자세한 사항은 <a href="https://www.acmicpc.net/help/language">여기</a> 에서 확인 바랍니다.
<ul></ul>
</div>
</div>
</div>
</div>
<!--/.col-->
</div>
<!--/.row-->
</div>
<!--/.container-->
</div>
<!--/.section-->
<!-- /.section -->
<section class="section background-image parallax-background active-section" data-stellar-background-ratio="0.5" style="background-image: url(./static/img/bg-parallax.png); background-position: 50%; background-repeat: initial initial;">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1 hidden-xs text-center clearfix">
<h1 class="pull-left no-margin-bottom lighter text-white">각 학교별 <strong>shake!</strong> 일정을 확인하세요!</h1>
<a href="#apply" title="" class="btn btn-punch btn-primary btn-lg btn-darker pull-right">지금 확인하기</a>
</div>
<div class="col-md-12 visible-xs text-center clearfix">
<h2 class="lighter text-white"> 각 학교별 <strong>shake!</strong><br> 일정을 확인하세요!</h2><br>
<a href="#apply" title="" class="btn btn-punch btn-white hover-primary hover-colors btn-md">지금 확인하기</a>
</div>
<!-- /.col -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</section>
<!-- /.section -->
<div class="section active-section">
<div class="container">
<div class="row">
<div class="col-md-3 col-md-offset-1">
<div class="row">
<div class="col-md-10">
<h5 class="uppercase-text"><strong>주최</strong></h5>
<a href="http://linc.ajou.ac.kr" target="_blank"> <img src="./static/img/logo/LINC3.0.png" style="width:200px; height:auto;" class="company"> </a>
<a href="https://sw.ajou.ac.kr/sw/index.do" target="_blank"> <img src="./static/img/ajou-ncesw.png" style="width:200px; height:auto;" class="company"> </a>
</div>
<div class="col-md-2"></div>
</div>
</div>
<!--/.col-->
<div class="col-md-4">
<h5 class="uppercase-text"><strong>주관</strong></h5>
<p>아주대학교 알고리즘 소학회 <strong>A.N.S.I.</strong>
<br>경희대학교 컴퓨터공학부 학생회
<br>성균관대학교 알고리즘 동아리 <strong>NPC</strong>
<br>인하대학교 컴퓨터공학 학술소모임 <strong>CTP</strong>
<br>한국항공대학교 알고리즘 학회 <strong>koala</strong>
<br>한양대학교 ERICA 알고리즘 학회 <strong>0&1</strong>
</p>
</div>
<!--/.col-->
<div class="col-md-3">
<h5 class="uppercase-text"><strong>후원</strong></h5>
<!-- <a href="https://www.modusign.co.kr/" target="_blank"><img src="./static/img/MODUSIGN.jpg" class="company" style = "width:80px; height : auto;" > </a><br><br> -->
<!-- <a href="https://modulabs.co.kr/" target="_blank"><img src="./static/img/MODULAB.png" class="company" style = "width:80px; height : auto;"> </a><br> -->
<!-- <a href="https://www.kitronyx.co.kr/" target="_blank"><img src="./static/img/Kitronyx.jpg" class="company" style = "width:120px; height : auto;"> </a><br> -->
<!-- <a href="https://www.meissa.ai/ko/" target="_blank"><img src="./static/img/Meissa_Logo.jpg" class="company"> </a> -->
<!-- <a href="https://d2.naver.com/home" target="_blank"><img src="./static/img/NAVER D2 LOGO.png" class="company"> </a> -->
<a href="https://www.moloco.com/ko" target="_blank"><img src="./static/img/moloco.png" class="company" style="width: 150px; height: auto;"> </a>
<a href="https://www.mobis.co.kr/" target="_blank"><img src="./static/img/hyundaimobis_CI.jpg" class="company" style="width: 150px; height: auto;"> </a>
<a href="https://startlink.io/" target="_blank"><img src="./static/img/company-startlink.png" class="company" style="width: 150px; height: auto;"> </a>
</div>
<!--/.col-->
<div class="col-md-12">
<div class="divider"></div>
</div>
<!--/.col-->
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center">
<ul class="list-inline social-links"></ul>
<p class="letter-spacing small-text">
<!--
developed by <a href="mailto:[email protected]">waps12b</a><br>
designed by <a href="http://gar.am">garam</a><br>
-->
© shake! 2015-2023
</p>
</div>
<!--/.col-->
</div>
<!--/.row-->
</div>
<!--/.container-->
</div>
<!--/.section-->
</div>
<!-- /.layout-wrapper -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="./static/js/jquery-1.10.2.min.js"></script>
<script src="./static/bootstrap/js/bootstrap.min.js"></script>
<script src="./static/js/jquery.flexslider-min.js"></script>
<script src="./static/js/waypoints.min.js"></script>
<script src="./static/js/stellar.js"></script>
<script src="./static/js/jquery.localscroll.min.js"></script>
<script src="./static/js/jquery.scrollto.min.js"></script>
<script src="./static/js/validator.min.js"></script>
<script src="./static/js/jquery.form.min.js"></script>
<script src="./static/js/isotope.pkgd.min.js"></script>
<script src="./static/js/jquery.videoBG.js"></script>
<script src="./static/js/scripts.js"></script>
<script>
$(document).ready(function () {
$('#videoback').videoBG({
mp4: './static/img/bg-main.mp4',
ogv: './static/img/bg-main.ogv',
webm: './static/img/bg-main.webm',
poster: './static/img/bg-main.png',
scale: true,
zIndex: 0,
opacity: 1
});
})
</script>
</body>
<!-- <script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-62803964-1', 'auto');
ga('send', 'pageview');
</script> -->
<!-- <script>
var $buoop = {vs:{i:9,f:15,o:12.1,s:5.1},c:2};
function $buo_f(){
var e = document.createElement("script");
e.src = "//browser-update.org/update.js";
document.body.appendChild(e);
};
try {document.addEventListener("DOMContentLoaded", $buo_f,false)}
catch(e){window.attachEvent("onload", $buo_f)}
</script> -->
</html>