From 8eefd30700796b14113189455dc979a50745c8f7 Mon Sep 17 00:00:00 2001 From: Ashar Fuadi Date: Mon, 29 May 2017 10:54:17 +0100 Subject: [PATCH] Update README to reflect 1.4.0 --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f832d24d..84ce36ed 100644 --- a/README.md +++ b/README.md @@ -107,11 +107,10 @@ At a very high level, with some details omitted, it works as follows: **tcframe** supports: -- Standard batch problems; i.e., problems which requires the solution to read from stdin and print to stdout. -- Constraints specified in IOI-style subtasks. +- Batch and interactive problems. +- ICPC-style problems and IOI-style problems with subtasks and points. - Multiple test cases per file. -- Simulating submission against the generated test cases. -- Specifying time and memory limits. +- Local grading against the generated test cases, with time and memory limits. - Basic random number generation helper. ## Requirements