AtCoder Duplicate Checker

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

26.08.2023 itibariyledir. En son verisyonu görün.

Bu betiği kurabilmeniz için Tampermonkey, Greasemonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Userscripts gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

You will need to install an extension such as Tampermonkey to install this script.

Bu komut dosyasını yüklemek için bir kullanıcı komut dosyası yöneticisi uzantısı yüklemeniz gerekecek.

(Zaten bir kullanıcı komut dosyası yöneticim var, kurmama izin verin!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Zateb bir user-style yöneticim var, yükleyeyim!)

Yazar
Raclamusi
Değerlendirmeler
0 0 0
Versiyon
1.0.2
Oluşturulma
12.11.2022
Güncellenme
26.08.2023
Boyut
3,89 KB
Lisans
MIT
Geçerli

AtCoder でコードを提出する時、過去に同じコードを提出していないかチェックし、同じコードがあった場合本当に提出するか確認します。
これにより、コードをコピーしたつもりができていなくて、1つ前の問題のコードを貼り付け提出してしまうといったミスを防げます。

チェックは「自分の提出」ページの1ページ目の提出について行われます。 つまり、直近20回より前の提出は考慮されません。

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.

The check is made for submissions on the first page of the "My Submissions" page. In other words, submissions prior to the most recent 20 will not be considered.