We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb34c18 commit d50c09dCopy full SHA for d50c09d
examples/prime.stk
@@ -31,9 +31,11 @@
31
(終了します) print
32
0 exit
33
) (
34
- number prime eval
35
- ( number (は素数です) concat print )
36
- ( number (は素数ではありません) concat print )
+ now-time (start) var
+ number prime eval
+ now-time start sub (time) var
37
+ ( number (は素数です。実行時間:) concat time concat (秒) concat print )
38
+ ( number (は素数ではありません。実行時間:) concat time concat (秒) concat print )
39
flag if
40
)
41
number (exit) find if
0 commit comments