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 acc163b commit 3da8055Copy full SHA for 3da8055
categories/euler/prob463-shlomif.p6
@@ -30,6 +30,8 @@ see: L<https://www.youtube.com/watch?v=kYX8sjIzjGw>.
30
31
=end pod
32
33
+my $debug = False;
34
+
35
class Poly
36
{
37
has $.mult;
@@ -134,7 +136,7 @@ sub lookup($mult)
134
136
return @($ret).map({ .mult });
135
137
}
138
-if False
139
+if $debug
140
141
my $mult = 4;
142
while (1)
@@ -246,7 +248,7 @@ sub s_smart($start, $end)
246
248
);
247
249
250
251
252
253
my $want = 0;
254
for 1 .. 100_000 -> $n
0 commit comments