-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (51 loc) · 2.92 KB
/
index.html
File metadata and controls
62 lines (51 loc) · 2.92 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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>Tsukuba Programming Circle (TPC)</title>
<meta name="robots" content="INDEX,FOLLOW" />
<meta http-equiv="content-language" content="ja" />
<link rel="start" type="text/html" href="index.html" />
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<div id="out">
<div id="head">
<h1>Tsukuba Programming Circle / TPC</h1>
</div>
<div id="main">
<div id="menu"><a href="index.html">Top</a> | <a href="activity.html">Activity</a> | <a href="results.html">Results</a> | <a href="contact.html">Contact</a></div>
<div style="color: red; font-size: 1.3em; margin-bottom: 4em">
<p>2023 年 11 月に、約 7 年ぶりに情報を更新しましたが、
2016 年頃の古い情報が残っています。現在、公式サイトの更新作業中です。
未更新の情報は<span class="old">グレー</span>で表示しています。</p>
<p>最新情報は <a href="https://x.com/tkbpc">公式 X</a> をご確認ください。</p>
</div>
筑波大学のプログラミングサークル TPC (Tsukuba Programming Circle) です。
<h3>最近の出来事 (2025/12/07 更新)</h3>
<ul>
<li>
【競プロ部門】ITF.PC 2025 を開催しました!
(<a href="https://mofecoder.com/contests/itfpc2025" target="_blank">コンテストサイトへのリンク</a>)
</li>
</ul>
<h3>何してるの?</h3>
<p>競技プログラミングを中心に活動しています。</p>
<p>2023 年度には、CTF 部門も発足しました。</p>
<h3>競技プログラミングって?</h3>
<p class="old">
競技プログラミングとは、プログラミングコンテストの一形態です。<br>
特に、与えられた仕様を満たすプログラムを、制限時間内に如何に早く正確に解くかを競う類のコンテストを指します。<br>
この種のコンテストは大小様々存在します。週に一度のペースでTopCoderやCodeforcesといったコンテストが行われており、
年に一度ICPCという大学対抗の大会が開かれます。本サークルは主にICPCに向けた活動を行っています。
</p>
<h3>X (Twitter)</h3>
<a class="twitter-timeline" href="https://twitter.com/tkbpc" data-widget-id="717732150338977792">@tkbpcさんのツイート</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div><!-- main -->
<div id="footer">
Copyright © <a>TPC</a> All Rights Reserved.
</div><!-- footer -->
</div><!-- out -->
</body>
</html>