字符打印程序运行不正常

发布于 2024-12-27 06:28:27 字数 718 浏览 1 评论 0原文

我一直在制作一个程序,将给定字符之前的每个字符输出到屏幕上,但是......我一直在用 Brainfuck 做这件事! :)

我希望能够输入一个字符,并查看它前面的所有字符。到目前为止,我的代码仅输出一个空格,然后等待下一个按键再退出。

++++++++
[>+++++++++<-]>.>++++++++++[>++++++++++<-]>+.+++++++..+++.>
++++++++[>++++<-]>.>++++++++[>++++++++++++<-]>+.+++ ++++++++++.
----------.>++++++++[>++++<-]>.>++++++++++
[>++++++++<-]>+++++++.
++++++++++++++.>+++++++++[>++++++++++++<-]>.---------.>
++++++++++[>+++++++++++<-]>+.--.--------.>+++
[>++++++++++<-]>+++.>++++++++++
..>+[,[>+>+<<-][>>-<<+>>]>[[-.]<]],

我多年来一直试图找出这段代码有什么问题,但我所做的一切都把它搞砸了。

I have been making a program that outputs each character before a given one to the screen, but... I've been doing it with Brainfuck! :)

I would like to be able to input a character, and see all the characters that come before it. The code I have so far only outputs a space and then waits for the next key press before exiting.

++++++++
[>+++++++++<-]>.>++++++++++[>++++++++++<-]>+.+++++++..+++.>
++++++++[>++++<-]>.>++++++++[>++++++++++++<-]>+.+++ ++++++++++.
----------.>++++++++[>++++<-]>.>++++++++++
[>++++++++<-]>+++++++.
++++++++++++++.>+++++++++[>++++++++++++<-]>.---------.>
++++++++++[>+++++++++++<-]>+.--.--------.>+++
[>++++++++++<-]>+++.>++++++++++
..>+[,[>+>+<<-][>>-<<+>>]>[[-.]<]],

I've tried for ages to figure out what's wrong with this code, but everything I've done has messed it up.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

萌梦深 2025-01-03 06:28:27

对我有用,试试这个 BF 解释器

------[>++++++++++<+]>--.+<------[>---<+]>. 

Works for me, try this BF interpreter

------[>++++++++++<+]>--.+<------[>---<+]>. 
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文