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

✨ Add article (#6615) #6733

Merged
merged 2 commits into from Sep 1, 2023
Merged
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
8 changes: 8 additions & 0 deletions docs/articles/implementation/general.md
Expand Up @@ -22,6 +22,14 @@ title: 特定の言語に依存しない内容
- [競プロでWAが出たときのランダム入力データ生成入門](https://betrue12.hateblo.jp/entry/2019/09/07/171628) - 提出コードが不正解となったときに、提出した解法と愚直解による結果と比較する方法を紹介した記事。ランダムな入力データを生成するコードとして、C++とPythonによる実装例も掲載されている。
- [1WAがとれない……ときのランダムテストのすゝめ](https://seekworser.hatenablog.com/entry/2022/10/04/001413) - バグを発見するために、ランダムな入力データでテストを行う方法が解説されている記事。テストの際に、[Online Judge Tools](https://github.com/online-judge-tools/oj)を活用しているのが特徴。

### ジャッジステータスの優先度

- [AtCoderのジャッジステータスの表示優先度](https://qiita.com/tomii9273/items/54cd7c1a7fb5591a8d9b) - 提出コードの結果が複数のジャッジステータスに該当する場合に、どの表示が優先されるか調査した記事。

!!! warning "注意"

ジャッジシステムの言語アップデート(2023年8月)以前の調査であり、予告なく変わる可能性もある。

### 実行時間制限超過への対策

- [[競プロ]AtCoderのTLEには2種類あり、対策が異なる](https://qiita.com/tomii9273/items/0a6da545670afcf5de1c) - 実行時間制限超過(TLE)が発生した場合に、実行打ち切りの有無別に対策方法が紹介されている記事。
Expand Down