EmilGedda / hattis

A simple command line interface for the kattis online coding judge.
BSD 3-Clause "New" or "Revised" License
8 stars 3 forks source link

Feature: display time limit and memory limit. #6

Open EmilGedda opened 8 years ago

EmilGedda commented 8 years ago

Display information such as memory limit and time limit from each problem. Requires some new parsing code and a http request to the problem page. (Async IO, forkIO/Mvars? promises?)

This should probably be displayed right after a submission fails or is accepted and not earlier and above compiler errors/test hints etc but below score and cpu time.