Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✏️ Fix typo (#5029) #5031

Merged
merged 2 commits into from Dec 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Binary file added docs/images/web_app/ac_counter.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions docs/web_app/statistics.md
Expand Up @@ -35,6 +35,21 @@ title: コンテストに関する統計情報
<img loading = "lazy" src="../../images/web_app/ac_heatmap.png" alt="ac heatmap">
</div>

### 正解数

- [AC Counter](https://accepted-counter.web.app/) - 任意のユーザが正解した問題数を表示する。以下のコンテストサイトに対応。
- [AtCoder](https://atcoder.jp/)
- [AOJ (AIZU ONLINE JUDGE)](https://onlinejudge.u-aizu.ac.jp/home)
- [Codeforces](https://codeforces.com/)
- [LeetCode](https://leetcode.com/)
- [Library Checker Problems](https://judge.yosupo.jp/)
- [Topcoder](https://www.topcoder.com/)
- [yukicoder](https://yukicoder.me/)

<div align="center">
<img loading = "lazy" src="../../images/web_app/ac_counter.png" alt="ac counter">
</div>

### 成績および制約条件別の得点・順位

- [tc-wleite/tc-wleite.github.io](https://github.com/tc-wleite/tc-wleite.github.io) ![GitHub Repo stars](https://img.shields.io/github/stars/tc-wleite/tc-wleite.github.io?style=plastic) - [AtCoder Heuristic Contest (AHC)](https://atcoder.jp/contests/archive?ratedType=4&category=0&keyword=)の最終成績や制約条件別の得点・順位を見ることができる。[Topcoder](https://www.topcoder.com/)のMarathon Matches(MM)についても、同様の集計がされている。
Expand Down