SHENZHEN I/O

SHENZHEN I/O

55 次評價
THE 99 HOLE
   
獎勵
加入最愛
已加入最愛
移除最愛
檔案大小
發佈於
2.169 KB
2016 年 12 月 3 日 上午 4:38
1 項更新註記 (檢視)

訂閱以下載
THE 99 HOLE

描述
Receive packets of data from alice and send them to bob.
Wait a minute. What's up with that 99 hole?

----------------------------------------------------------------------------------------------------

Check out my other puzzles!
41 則留言
Cocoa 2022 年 8 月 11 日 上午 4:30 
Update: Optimized to 6/2990/16 and 14/2510/26.

Making a loop without jmp instruction can save a lot of power.
Cocoa 2022 年 7 月 11 日 下午 11:34 
Solved in 6/4148/16 (O(n) time) and 14/2836/26 (O(logn) time)

You can get 2 nops in only 1 instruction by using gen p1 0 0 . This can help you save your lines of code.
Cocoa 2022 年 7 月 11 日 下午 10:49 
Oh my god, if I map 1~26 to A~Z, the test case will be seen as a pangram:
1 17,21,9,3,11 2,18,15,23,14 6,15,24 10,21,13,16,19 15,22,5,18 20,8,5 12,1,26,25 4,15,7
A quick brown fox jumps over the lazy dog
Verdammte Heinz 2022 年 6 月 4 日 上午 7:28 
Solved it in 8/3994/19. Couldn't find the 6 cost solution yet, indeed need a nop like Brandonjohns96 to get the timing correct
craig 2021 年 5 月 23 日 下午 4:52 
Solved it for 13/155k/34. Ay yi yi!
Spoilers craved.
Syvinna 2019 年 12 月 30 日 上午 7:52 
Awesome puzzle, I got the 6/4k5/17 one in the bag. Judging by the comments I could save a little more power but I am happy with the result :)
lisamariefan 2019 年 2 月 11 日 上午 1:20 
8/4.3k/20 for my solution. I really like how you gotta think about how to get the message through.
Moonj64 2018 年 11 月 4 日 下午 7:19 
Good puzzle. My personal solution was 14/4159/25 but after reading these comments, I think I might be overthinking it. Gotta try that 6 cost solution next
ebik 2018 年 10 月 2 日 下午 3:33 
Nice puzzle, I got the 6/x/16 solution down to 4212 power. For the power optimized solution I use binary encoding, I got 14/2662/27 I wonder if @ipg uses same encoding or does some other clever optimisation.
spoonlimit 2018 年 7 月 30 日 下午 10:34 
Clever puzzle! Always fun to see ones that seem impossible at first.