From 5e48d2ec45a065cc81781995bf461415563da086 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Wed, 12 Dec 2018 01:10:38 +0700 Subject: maxep is only 25% AC )-: --- codechef/chfideal.lua | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 codechef/chfideal.lua (limited to 'codechef/chfideal.lua') diff --git a/codechef/chfideal.lua b/codechef/chfideal.lua new file mode 100755 index 0000000..ded95ee --- /dev/null +++ b/codechef/chfideal.lua @@ -0,0 +1,4 @@ +#!/usr/bin/env lua +print(1) +io.flush() +print(io.read('*n') == 2 and 3 or 2) -- cgit 1.4.1