7 lines
107 B
Factor
7 lines
107 B
Factor
USING: formatting math.functions ;
|
|
|
|
5 3 2 ^ ^
|
|
"5 3 2 ^ ^ %d\n" printf
|
|
|
|
5 3 ^ 2 ^
|
|
"5 3 ^ 2 ^ %d\n" printf
|