From b2849b734f1feeb7ada96b7cdae11d6bf168ed08 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Fri, 23 Mar 2018 07:20:18 -0400 Subject: more error detection --- test5 | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test5 (limited to 'test5') diff --git a/test5 b/test5 new file mode 100644 index 0000000..440f791 --- /dev/null +++ b/test5 @@ -0,0 +1,10 @@ +# test5 +# solver test + +while (1) { + input = gets() + if (input == "exit") { + exit + } + print(solve(input)) +} -- cgit v1.2.3