5 lines
87 B
Raku
5 lines
87 B
Raku
use Math::BigInt;
|
|
|
|
$bi = Math::BigInt->new('111111111111111111');
|
|
|
|
print $bi * $bi; |