-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodewar.php
34 lines (32 loc) · 1.47 KB
/
codewar.php
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
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<link href="css/rules.css" type="text/css" rel="stylesheet">
</head>
<body>
<img src="../project/image/KASTURI%20LOGO.png" height="70" width="200" />
<h1>8 JANUARY 2021</h1>
<h2>CODE WAR</h2>
<h3>TIME:10 a.m.</h3>
<h4>RULES:-</h4>
<ul class="a">
<li>Only two teams are allowed for one college.</li>
<li>There will be two rounds.</li>
<li>First round is Elimination round in which 20 mcq questions are given to each participants through google form.</li>
<li>Google form send to your registered email id.</li>
<li>Time limit of first round is 10 minutes.</li>
<li>Selected participants in first round will get a code.</li>
<li>To participants in second round participants enter code, name and start coding on hacker rank then submit it.</li>
<li>Time limit of second round is 1 hour.</li>
<li>While coding you have to keep your video on.</li>
<li>The First three winners will be awarded a cash prize.</li>
<li>First cash prize will be 5000.</li>
<li>Second cash prize will be 3000.</li>
<li>Third cash prize will be 2000.</li>
<li>Decision of judges will be final.</li>
</ul>
<p>COORDINATOR: Ms.NEELAM SUNDA</p>
</body>
</html>