EXAPUNKS
评价数不足
THE QUANTUM BRIDGE (CAN YOU CROSS IT?)
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
8.353 KB
2018 年 8 月 30 日 上午 3:46
2018 年 8 月 31 日 上午 6:48
3 项改动说明 ( 查看 )

订阅以下载
THE QUANTUM BRIDGE (CAN YOU CROSS IT?)

描述
Welcome to the quantum bridge!

Write any value to the #SWTC register to start the bridge. Beware, quantum links are volatile and have a tendency to disappear quickly, so make sure to follow links at every opportunity you have!

Your goal is to take the *#INPT* value to the *#OUTP* register, while clearing two checkpoints on the way.

Hint: You will have to smuggle the *#INPT* information through the bridge somehow.


Note: EXTREME difficulty.
4 条留言
lastp 2019 年 7 月 2 日 上午 5:26 
I found a bug. I wrote bad number to #CHCK instead of #KEY1, but my solution was accepted.
buddy 2019 年 3 月 22 日 上午 9:53 
I feel like if you were allowed to stay in the KEYPAIR hosts for just 1 more cycle, this puzzle would be a lot less frustrating. 1 more cycle isn't enough time to make a file and save the #inpt to it, but it is enough time to use a JUMP command. But because there's not enough time to use a JUMP command, I ended up having to waste many lines reusing code over and over. Which made my solution very large.

I was able to shave off the 6 lines I needed to qualify for the histogram leaderboards in the end, but I'm almost certain I can't get it any smaller now, and it's exactly 100 lines.
Figuring out how to get the #inpt to the end was a fun and interesting challenge. Spending a week rearranging my code just to make it fit in 100 lines wasn't.

And I still don't understand at all how other people are beating it with so few cycles and small solutions sizes at all.
buddy 2019 年 3 月 15 日 上午 4:37 
Well I managed to make a solution that is exactly 100 lines long, but it fails on 1 out of 100 tests (test #93), because my method of storing the #INPT makes it max out at 9999 on that puzzle. If I add code to test for 9999 it goes over the solution size limit. I'm so frustrated and disappointed right now. I don't understand how people are beating it with such small solutions at all.
interfect 2018 年 9 月 3 日 下午 8:25 
EXTREME difficulty is right. I'm cramming data in placesI didn't know my EXAs had! Although it seems impossible, I can confirm that it is solveable, although I had to add special checks for certain test cases.

How are people doing this in <30k cycles?