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.
编写一个小人程序来接受不定数量的输入值。输出值将是输入值中的最大值。您应该使用值 0 作为标志来指示输入结束
这是我到目前为止所做的。
输入法
STA第一
BRZ 结束
BRA WHILE ENDWH HLT
零
数据
十
begin INP BRZ end STA input SUB max BRP nmax BRA begin nmax LDA input STA max BRA begin end LDA max OUT HLT input DAT max DAT