aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--challenge-102/cheok-yin-fung/perl/ch-1.pl14
1 files changed, 14 insertions, 0 deletions
diff --git a/challenge-102/cheok-yin-fung/perl/ch-1.pl b/challenge-102/cheok-yin-fung/perl/ch-1.pl
index eab209da06..2a6a02127e 100644
--- a/challenge-102/cheok-yin-fung/perl/ch-1.pl
+++ b/challenge-102/cheok-yin-fung/perl/ch-1.pl
@@ -55,3 +55,17 @@ for my $k ($bN..$eN) {
# reasonable time for length = 7 ,
# be patient for length = 8 (one term, which is palindromic)
# over 2 min and killed for length = 9 ...
+
+=pod
+// add on March 8th
+$ time perl ch-1.pl 9
+200040002
+204060402
+242484242
+281089082
+291080192
+
+real 10m21.188s
+user 10m19.621s
+sys 0m0.084s
+=cut