Skip to content

Commit

Permalink
Merge pull request #6733 from KATO-Hiro/#6615
Browse files Browse the repository at this point in the history
✨ Add article (#6615)
  • Loading branch information
KATO-Hiro committed Sep 1, 2023
2 parents b1ab285 + 2308e8b commit cfc0973
Showing 1 changed file with 8 additions and 0 deletions.
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

0 comments on commit cfc0973

Please sign in to comment.