Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我必须打印一个类似于下面的列表,其中@ bin 用于所有非字母字符,并且每个字母字符都有 bin。我需要将大写字母和小写字母放在同一个 bin 中。我已经开发了工作代码来遍历单词或字符的字符串。不过,我不确定从哪里开始代码的第二部分。这是在LC-3中。提前致谢。
@000F
0002
B 0001
C 0004
D 0002
E 0005