Tìngäzìk: a Retrospective – ep. 3 “Bf”

This article was published over 2 years ago. The information mentioned may be changed or developed.
本文发表于 2 years前。文中提到的信息可能已发生变化。
この記事は 2 years前に書かれたものです。記載された情報は変化した可能性があります。

Bf #easy

Expected solvable difficulty

  • nohint+: experienced solvers
  • keywords+: most solvers

Level design

Esoteric programming languages are a good source of something that is hard by look, but easy to solve when you know what it is – just throw it into an interpreter or compiler and run. I initially have written some code using BF-it that actually takes in input and do calculations based on it. However, due to the fact that different interpreters has different size limit on variables, this would render code generated by it unusable on some of them. I then resorted to simple code that prints ASCII string instead.

Expected thought process

Figure out the question is a Brainfuck code (nohint+), or getting it from the keywords (keywords+). Then run it in an interpreter to get the answer.


Posted

in

by

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *