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 d50c09d commit 0b5a414Copy full SHA for 0b5a414
examples/prime.stk
@@ -34,8 +34,8 @@
34
now-time (start) var
35
number prime eval
36
now-time start sub (time) var
37
- ( number (は素数です。実行時間:) concat time concat (秒) concat print )
38
- ( number (は素数ではありません。実行時間:) concat time concat (秒) concat print )
+ ( number (は素数です(処理時間) concat time concat (秒)) concat print )
+ ( number (は素数ではありません(処理時間) concat time concat (秒)) concat print )
39
flag if
40
)
41
number (exit) find if
0 commit comments