Skip to content

Commit

Permalink
Add ABC130 #112
Browse files Browse the repository at this point in the history
  • Loading branch information
KATO-Hiro committed Jun 26, 2019
1 parent ea5310c commit aabbe9b
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions app/views/home/top.html.erb
Expand Up @@ -20,6 +20,42 @@
</tr>
</thead>
<tbody>
<tr>
<td class="problem-name"><a href="https://atcoder.jp/contests/abc130/tasks/abc130_a" target="_blank">ABC130 A - Rounding</a></td>
<td></td>
<td></td>
<td><a href="#" class="btn abc">Create</a></td>
</tr>
<tr>
<td class="problem-name"><a href="https://atcoder.jp/contests/abc130/tasks/abc130_b" target="_blank">ABC130 B - Bounding</a></td>
<td></td>
<td></td>
<td><a href="#" class="btn abc">Create</a></td>
</tr>
<tr>
<td class="problem-name"><a href="https://atcoder.jp/contests/abc130/tasks/abc130_c" target="_blank">ABC130 C - Rectangle Cutting</a></td>
<td></td>
<td></td>
<td><a href="#" class="btn abc">Create</a></td>
</tr>
<tr>
<td class="problem-name"><a href="https://atcoder.jp/contests/abc130/tasks/abc130_d" target="_blank">ABC130 D - Enough Array</a></td>
<td></td>
<td></td>
<td><a href="#" class="btn abc">Create</a></td>
</tr>
<tr>
<td class="problem-name"><a href="https://atcoder.jp/contests/abc130/tasks/abc130_e" target="_blank">ABC130 E - Common Subsequence</a></td>
<td></td>
<td></td>
<td><a href="#" class="btn abc">Create</a></td>
</tr>
<tr>
<td class="problem-name"><a href="https://atcoder.jp/contests/abc130/tasks/abc130_f" target="_blank">ABC130 F - Minimum Bounding Box</a></td>
<td></td>
<td></td>
<td><a href="#" class="btn abc">Create</a></td>
</tr>
<tr>
<td class="problem-name"><a href="https://atcoder.jp/contests/abc129/tasks/abc129_a" target="_blank">ABC129 A - Airplane</a></td>
<td></td>
Expand Down

0 comments on commit aabbe9b

Please sign in to comment.