1234567891011121314151617181920212223242526272829 |
- push i
- push 5
- use =(2)
- push i
- push 7
- use <=(2)
- goto(9)
- push i
- use p++(1)
- goto(2)
- for(28)
- push j
- push 0
- use =(2)
- push j
- push 5
- use <=(2)
- goto(20)
- push j
- use p++(1)
- goto(13)
- for(25)
- break(25)
- push j
- use print(1)
- goto(17)
- push i
- use print(1)
- goto(6)
|