AtCoderのコードテストにおいてCtrl+Enterで実行ができるようになります。You can run by using Ctrl + Enter in Custom Test of AtCoder
2020-12-14 기준 버전입니다. 최신 버전을 확인하세요.
코드가 업데이트된 버전 목록입니다. 모든 버전 보기
Fix bug. Work!
Fix bug. There is two button whose selector is a.btn.btn-primary on custom_test in practice contest.
Change the script name.
Fix bug
Fix bug to make it work
Make it work in English environment e.t.c.
Add explanation to the button
Add local Japanese infomation
refactor the code
Use let and event.key to remove old var and event.keyCode
let
event.key
var
event.keyCode
Refactoring