mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 13:24:51 +08:00
9 lines
155 B
PHP
9 lines
155 B
PHP
<?php
|
|
|
|
/** @noinspection PhpComposerExtensionStubsInspection */
|
|
|
|
declare(strict_types=1);
|
|
|
|
bcscale(3);
|
|
exit(bcdiv('105', '6.55957') === '16.007' ? 0 : 1);
|