結果

問題 No.1178 Can you draw a Circle?
ユーザー tailstails
提出日時 2020-08-21 22:03:25
言語 Perl
(5.38.2)
結果
AC  
実行時間 6 ms / 2,000 ms
コード長 85 bytes
コンパイル時間 341 ms
コンパイル使用メモリ 5,464 KB
実行使用メモリ 5,320 KB
最終ジャッジ日時 2023-08-07 10:03:19
合計ジャッジ時間 1,258 ms
ジャッジサーバーID
(参考情報)
judge12 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 6 ms
5,200 KB
testcase_01 AC 6 ms
5,152 KB
testcase_02 AC 6 ms
5,100 KB
testcase_03 AC 5 ms
5,116 KB
testcase_04 AC 6 ms
5,208 KB
testcase_05 AC 6 ms
5,308 KB
testcase_06 AC 6 ms
5,120 KB
testcase_07 AC 5 ms
5,320 KB
testcase_08 AC 5 ms
5,128 KB
testcase_09 AC 6 ms
5,112 KB
testcase_10 AC 6 ms
5,028 KB
testcase_11 AC 6 ms
5,032 KB
testcase_12 AC 5 ms
5,176 KB
testcase_13 AC 6 ms
5,172 KB
testcase_14 AC 5 ms
5,084 KB
testcase_15 AC 5 ms
5,120 KB
testcase_16 AC 6 ms
5,208 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

($a,$b,$c,$d,$e,$f)=glob<>;
$_/=$a for $c,$d,$e,$f;
print sqrt$f-$e+($c*$c+$d*$d)/4;
0