-
讨论 (0)
这个用户还没有发布过讨论 -
贡献 (3)
-
递交 (204)
最近递交
状态 题目 递交者 时间 内存 语言 递交时间 P1375 大整数 猫法师 0ms 0 Bytes Pascal 2009-11-14 10:33:04 P1375 大整数 猫法师 0ms 0 Bytes Pascal 2009-11-13 16:18:02 P1375 大整数 猫法师 0ms 0 Bytes Pascal 2009-11-13 16:02:26 P1111 小胖的水果 猫法师 0ms 0 Bytes Pascal 2009-11-11 17:04:00 P1111 小胖的水果 猫法师 0ms 0 Bytes Pascal 2009-11-11 16:08:23 P1173 物流运输 猫法师 0ms 0 Bytes Pascal 2009-11-11 15:03:25 P1360 八数码问题 猫法师 188ms 0 Bytes Pascal 2009-11-10 16:07:24 P1154 买蛋糕 猫法师 0ms 0 Bytes Pascal 2009-11-10 15:35:54 P1578 渡河 猫法师 1728ms 0 Bytes Pascal 2009-11-10 11:45:40 P1498 排座椅 猫法师 0ms 0 Bytes Pascal 2009-11-09 22:25:07
个人简介
草-草 草泥马 数字1压栈 Put a 1 on the stack
马-草草 草泥草草草草泥泥马 在这里设置一个循环开始的标识 Set a Label at this point
草-马草 复制栈顶元素 Duplicate the top stack item
泥马-草泥 输出当前值 Output the current value
草草 草泥草泥草马 换行(10)压栈 Put 10 (newline) on the stack...
泥马-草草 输出 ...and output the newline
草草 草泥马 1压栈 Put a 1 on the stack
泥草-草草 相加栈内两个元素 Addition. This increments our current value.
草-马草 复制栈顶以便比较 Duplicate that value so we can test it
草-草 草泥草泥泥马 11压栈 Push 11 onto the stack
泥草-草泥 相减,如果我们已经循环到11了应该会得到一个0到栈顶 Subtraction. So if we've reached the end, we have a zero on the stack.
马-泥草 草泥草草草泥草泥马 如果是0,跳到最后 If we have a zero, jump to the end
马-草马 草泥草草草草泥泥马 跳到开始 Jump to the start
马-草草 草泥草草草泥草泥马 设置一个标签标识循环结束 Set the end label
草-马马 清空堆栈,打扫卫生,整理整顿 Discard our accumulator, to be tidy
河蟹 正如其言 Just as it says.