-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwpc.html
More file actions
289 lines (240 loc) · 13.9 KB
/
Copy pathwpc.html
File metadata and controls
289 lines (240 loc) · 13.9 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>CMIT</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="assets/img/apple-icon.png">
<link rel="apple-touch-icon" sizes="57x57" href="assets/img/fav/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="assets/img/fav/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="assets/img/fav/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="assets/img/fav/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="assets/img/fav/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="assets/img/fav/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="assets/img/fav/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="assets/img/fav/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/fav/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="assets/img/fav/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/fav/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="assets/img/fav/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/fav/favicon-16x16.png">
<link rel="manifest" href="assets/img/fav/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="assets/img/fav/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/cmit.css">
<link rel="stylesheet" href="assets/css/custom.css">
<!-- Load fonts style after rendering the layout styles -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;200;300;400;500;700;900&display=swap">
<link rel="stylesheet" href="assets/css/fontawesome.min.css">
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-EMH594D3B7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-EMH594D3B7');
</script>
<body>
<!-- Header -->
<nav class="navbar navbar-expand-lg navbar-light shadow">
<div class="container d-flex justify-content-between align-items-center">
<div class="logo">
<a href="index.html"><img src="./img/logo.png" alt="" class="img-fluid" width="110px"></a>
</div>
<button class="navbar-toggler border-0" type="button" data-bs-toggle="collapse" data-bs-target="#cmit_main_nav" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="align-self-center collapse navbar-collapse flex-fill d-lg-flex justify-content-lg-between" id="cmit_main_nav">
<div class="flex-fill">
<ul class="nav navbar-nav d-flex justify-content-between mx-lg-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="blog.html">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="events.html">Events</a>
</li>
<li class="nav-item">
<a class="nav-link" href="newsletter.html">Newsletter</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
</ul>
</div><br>
</div>
</nav>
<!-- Close Header -->
<div class="container-bg">
<div class="container">
<div class="row p-5">
<div class="col-md-8 pt-5">
<h1><b>Weekly Problem Contests (archived).</h1></b>
</div>
<br>
<p>CMIT hosted Weekly Problem Contests (WPC) where a set of problems were sent out as an open-to-all contest for students and asked for independent solution submissions. Innovative solutions were noted and published on our site.</p>
<p>
Note that copying total solutions from any source is heavily discouraged and destroys the objective
of such a contest. You can submit your solutions (in any form of media) to mathsclub [at] iisertvm
[dot] ac [dot] in with a subject line of the form “Solution Submission to Week X Problems”. Solution
writers will be mentioned and leaderboarded, and can present their solutions at the next session of the club.
<p>Find the problem archive from weekly problem contests, official solutions, and list of submissions below.</p>
</p>
<hr>
</div>
</div>
<div class="container">
<div class="row ps-5">
<h3 class="h4"><b>Weekly Problem Contests</b></h3>
</div>
<br><br>
<div class="row ps-5">
<h3 class="h4" >Week 05: September 03, 2019</h3>
<p>Last date of submission was September 13th, 2019. Official solutions and submissions will be posted soon.</p>
</div>
<div class="row ps-5 pt-5">
<h3 class="h4" >Bonus Problem: August 06, 2019</h3>
<p>In memory of the Norwegian mathematician Niels Henrik Abel who was born on August 05, 1802, CMIT has a bonus problem this week. What makes this special is that the
first person to send in the correct solution to the Bonus Problem will win a piece of the rare and highly sought after Hagoromo
Fulltouch White ‘smooth and dustless’ chalk. Last date of submission is not defined for this problem. Learn more about <a href="http://www-history.mcs.st-and.ac.uk/Biographies/Abel.html">Abel</a> and the <a href="https://gizmodo.com/why-mathematicians-are-hoarding-this-special-type-of-ja-1711008881"> Hagoromo chalk.</a>
You can find the problem here: <a href="https://cmitvm.files.wordpress.com/2019/08/cmit_bonus_problem_hagoromo.pdf">The Mark of Hagoromo</a></p>
</div>
<div class="row ps-5 pt-5">
<h3 class="h4" >Week 04: August 05, 2019</h3>
<p>Problems for Week 04 can be found here: Week_04_Problems
Last date of submission was August 15th, 2019.</p>
</div>
<div class="row ps-5 pt-5">
<h3 class="h4" >Week 03: November 03, 2018</h3>
<p>Problems for Week 03 can be found here: Week_03_Problems
Last date of submission was November 10th, 2018. Official solutions and submissions will be posted soon.</p>
</div>
<div class="row ps-5 pt-5">
<h3 class="h4" >Week 02: October 18, 2018</h3>
<p> Problems for Week 02 can be found here: Week_02_Problems
Last date of submission was October 31st, 2018.</p>
</div>
<div class="row ps-5 pt-5">
<h3 class="h4" >Week 02: September 28, 2018</h3>
<p> Problems for Week 01 can be found here: Week_01_Problems
Last date of submission was October 20th, 2018.</p>
</div>
<div class="row ps-5 pt-5">
<h3 class="h4" ><b>Solutions to WPCs</b></h3>
</div>
<div class="row ps-5 pt-5">
<h3 class="h4" >Bonus Problem: August 06, 2019</h3>
<p>The first solver of the Bonus Problem is Airin Antony (Batch 17). He gets the
Hagoromo Fulltouch White ‘smooth and dustless’ chalk. Others who solved the
problem include: Adithya SJ (Batch 17) . He gets a smaller piece. Hope everyone
enjoyed the problem. The official solution will be posted soon.</p>
</div>
<div class="row ps-5 pt-5">
<h3 class="h4" >Week 04: August 05, 2019</h3>
<p>Official solutions and submissions can be found here: Week_04_Solutions.</p>
</div>
<div class="row ps-5 pt-5">
<h3 class="h4" >Week 02: October 18, 2018</h3>
<p>Official solutions and submissions can be found here: Week_02_Solutions.</p>
</div>
<div class="row ps-5 pt-5">
<h3 class="h4" >Week 01: September 28, 2018</h3>
<p>Official solutions and submissions can be found here: Week_01_Solutions.</p>
</div>
<br><br>
</div>
</div>
<!-- Start Footer -->
<footer class="bg-dark" id="tempaltemo_footer">
<div class="container">
<div class="row">
<div class="col-md-4 pt-5">
<h2 class="h2 text-success border-bottom pb-3 border-light logo">CMIT</h2>
<ul class="list-unstyled text-light footer-link-list">
<li>
<i class="fas fa-map-marker-alt fa-fw"></i>
IISER TVM
</li>
<li>
<i class="fa fa-envelope fa-fw"></i>
<a class="text-decoration-none" href="mailto:cmit@iisertvm.ac.in">cmit@iisertvm.ac.in</a>
</li>
</ul>
</div>
<div class="col-md-4 pt-5">
<h2 class="h2 text-light border-bottom pb-3 border-light">Links</h2>
<ul class="list-unstyled text-light footer-link-list">
<li><a class="text-decoration-none" href="wpc.html">WPC Archive</a></li>
<li><a class="text-decoration-none" href="epiphany.html">Epiphany</a></li>
<li><a class="text-decoration-none" href="discord.html">Discord</a></li>
</ul>
</div>
<div class="col-md-4 pt-5">
<h2 class="h2 text-light border-bottom pb-3 border-light">Further Info</h2>
<ul class="list-unstyled text-light footer-link-list">
<li><a class="text-decoration-none" href="index.html">Home</a></li>
<li><a class="text-decoration-none" href="about.html">About Us</a></li>
<li><a class="text-decoration-none" href="newsletter.html">Newsletter</a></li>
<li><a class="text-decoration-none" href="events.html">Events</a></li>
<li><a class="text-decoration-none" href="blog.html">Blog</a></li>
</ul>
</div>
</div>
<div class="row text-light mb-4">
<div class="col-12 mb-3">
<div class="w-100 my-3 border-top border-light"></div>
</div>
<div class="col-auto me-auto">
<ul class="list-inline text-left footer-icons">
<li class="list-inline-item border border-light rounded-circle text-center">
<a class="text-light text-decoration-none" target="_blank" href="https://facebook.com/cmitiisertvm"><i class="fab fa-facebook-f fa-lg fa-fw"></i></a>
</li>
<li class="list-inline-item border border-light rounded-circle text-center">
<a class="text-light text-decoration-none" target="_blank" href="https://instagram.com/cmitiisertvm"><i class="fab fa-instagram fa-lg fa-fw"></i></a>
</li>
<li class="list-inline-item border border-light rounded-circle text-center">
<a class="text-light text-decoration-none" target="_blank" href="https://twitter.com/cmitiisertvm"><i class="fab fa-twitter fa-lg fa-fw"></i></a>
</li>
<li class="list-inline-item border border-light rounded-circle text-center">
<a class="text-light text-decoration-none" target="_blank" href="https://www.youtube.com/c/cmitiisertvm"><i class="fab fa-youtube fa-lg fa-fw"></i></a>
</li>
</ul>
</div>
<!-- <div class="col-auto">
<label class="sr-only" for="subscribeEmail">Email address</label>
<div class="input-group mb-2">
<input type="text" class="form-control bg-dark border-light" id="subscribeEmail" placeholder="Email address">
<div class="input-group-text btn-success text-light">Subscribe</div>
</div>
-->
</div>
</div>
</div>
<div class="w-100 bg-black py-3">
<div class="container">
<div class="row pt-2">
<div class="col-6">
<p class="text-start text-light">
Copyright © 2022 CMIT
| Designed by CMIT with <span style="color: #e25555;">♥</span>
</p></div>
<div class="col-6"><p class="text-end text-light">Developed by Aryan Bhatia</p></div>>
</div>
</div>
</div>
</footer>
<!-- End Footer -->
<!-- Start Script -->
<script src="assets/js/jquery-1.11.0.min.js"></script>
<script src="assets/js/jquery-migrate-1.2.1.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/cmit.js"></script>
<script src="assets/js/custom.js"></script>
<!-- End Script -->
</body>
</html>