Giter VIP home page Giter VIP logo

aojcontest-counter's Introduction

AOJcontest-counter

AOJで開催されるコンテスト( http://judge.u-aizu.ac.jp/onlinejudge/contest.jsp )からAC数,submit数,first ACを取得するプログラム

オンサイト開催などで特定のチーム群だけでの情報と全てのチームの情報を取りたいときは、teamlist.txtに行ごとにチーム名を列挙すればそのファイルに書かれたチーム群だけの情報を取得できます。

sample

% ruby main.rb -i RitsCamp15Day1    
contest id:		RitsCamp15Day1
onsite Team count:	16
contest API url:	http://judge.u-aizu.ac.jp/onlinejudge/webservice/contest_status_log?id=RitsCamp15Day1

Onsite:
A: 15/35 	 Fitst AC:Doubling
B: 16/51 	 Fitst AC:nimoji
C: 15/24 	 Fitst AC:WJK
D: 9/34 	 Fitst AC:Doubling
E: 10/17 	 Fitst AC:Doubling
F: 0/10 	 Fitst AC:
ALL:
A: 69/152 	 First AC:anta
B: 64/199 	 First AC:anta
C: 59/95 	 First AC:WJK
D: 45/178 	 First AC:yukim
E: 33/68 	 First AC:ichyo
F: 6/119 	 First AC:yutaka1999

Usage

ruby main.rb -i [Contest ID]

CAUTION

  • compile errorはsubmit数に含まない
    • AOJ contestのstandingに準拠
  • 同(名)チームが同じ問題に2回以上ACした場合、ACカウントは1回分のみカウントするが、submitカウントには全てのsubmitをカウント

aojcontest-counter's People

Contributors

ik11235 avatar

Watchers

 avatar  avatar  avatar

aojcontest-counter's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.