Yukicoder No.304 鍵(1)
reactive問はesolangで解けないので悲しい (flushができない)
- 全部試せばよい
- flushを忘れない
- unlockedが来たらちゃんと止まる
#!/usr/bin/env python3
import sys
for i in range(1000):
print(str(i).zfill(3))
sys.stdout.flush()
if input() == 'unlocked':
break