Atcoder Duplicate Checker

重複提出をチェックします。 Check for duplicate submissions.

Από την 12/11/2022. Δείτε την τελευταία έκδοση.

Δημιουργός
Raclamusi
Βαθμολογίες
0 0 0
Έκδοση
1.0.0
Δημιουργήθηκε την
12/11/2022
Ενημερώθηκε την
12/11/2022
Μέγεθος
4 KB
Άδεια
MIT
Εφαρμόζεται σε

AtCoder でコードを提出する時、過去に同じコードを提出していないかチェックし、同じコードがあった場合本当に提出するか確認します。

これにより、コードをコピーしたつもりができていなくて、1つ前の問題のコードを貼り付け提出してしまうといったミスを防げます。

When submitting code to AtCoder, this script checks to see if the same code has been submitted before, and if so, confirms that you are sure you want to submit it.

This prevents mistakes such as thinking you have copied the code, but not having done so, and then pasting the code from the previous problem into the submission.