about summary refs log tree commit diff
path: root/codechef/chfideal.lua
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-12-12 01:10:38 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-12-12 01:10:38 +0700
commit5e48d2ec45a065cc81781995bf461415563da086 (patch)
tree89c213a2d47bcf7790b3cc4873c81fd8c1ccefc8 /codechef/chfideal.lua
parent054428243ccb1c0b39c7fdf8faa449ce415789ce (diff)
downloadcp-5e48d2ec45a065cc81781995bf461415563da086.tar.gz
maxep is only 25% AC )-:
Diffstat (limited to 'codechef/chfideal.lua')
-rwxr-xr-xcodechef/chfideal.lua4
1 files changed, 4 insertions, 0 deletions
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)