Arbitrary-precision integers (included): Difference between revisions

Content added Content deleted
Line 1,239: Line 1,239:


if .len > 39 and s2s(.xs, 1..20) == "62060698786608744707" and
if .len > 39 and s2s(.xs, 1..20) == "62060698786608744707" and
s2s(.xs, .len-19 to .len) == "92256259918212890625" {
s2s(.xs, .len-19 .. .len) == "92256259918212890625" {
writeln "SUCCESS"
writeln "SUCCESS"
}
}