You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
166 B
Racket
21 lines
166 B
Racket
9 years ago
|
#lang reader "stack.rkt"
|
||
|
|
||
|
push 15
|
||
|
push 12
|
||
|
push 10
|
||
|
push *
|
||
|
push *
|
||
|
push 1
|
||
|
push 3
|
||
|
push 2
|
||
|
push /
|
||
|
push /
|
||
|
push 2
|
||
|
push 5
|
||
|
push expt
|
||
|
push 14
|
||
|
push 25
|
||
|
push /
|
||
|
push /
|
||
|
push *
|
||
|
push *
|