結果

問題 No.1944 ∞
ユーザー tailstails
提出日時 2022-05-20 21:38:36
言語 Perl
(5.38.2)
結果
AC  
実行時間 326 ms / 2,000 ms
コード長 117 bytes
コンパイル時間 142 ms
コンパイル使用メモリ 5,760 KB
実行使用メモリ 65,536 KB
最終ジャッジ日時 2024-09-20 07:33:17
合計ジャッジ時間 2,945 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 7 ms
6,016 KB
testcase_01 AC 8 ms
6,016 KB
testcase_02 AC 7 ms
5,760 KB
testcase_03 AC 7 ms
5,760 KB
testcase_04 AC 7 ms
5,760 KB
testcase_05 AC 7 ms
5,760 KB
testcase_06 AC 8 ms
5,760 KB
testcase_07 AC 7 ms
5,888 KB
testcase_08 AC 7 ms
5,888 KB
testcase_09 AC 7 ms
5,760 KB
testcase_10 AC 7 ms
5,760 KB
testcase_11 AC 7 ms
5,760 KB
testcase_12 AC 7 ms
5,888 KB
testcase_13 AC 7 ms
5,760 KB
testcase_14 AC 6 ms
5,888 KB
testcase_15 AC 326 ms
65,536 KB
testcase_16 AC 28 ms
10,240 KB
testcase_17 AC 17 ms
7,808 KB
testcase_18 AC 32 ms
8,320 KB
testcase_19 AC 15 ms
6,784 KB
testcase_20 AC 35 ms
8,704 KB
testcase_21 AC 32 ms
8,704 KB
testcase_22 AC 21 ms
7,552 KB
testcase_23 AC 13 ms
6,528 KB
testcase_24 AC 17 ms
6,912 KB
testcase_25 AC 39 ms
9,216 KB
testcase_26 AC 38 ms
9,088 KB
testcase_27 AC 33 ms
8,960 KB
testcase_28 AC 24 ms
7,680 KB
testcase_29 AC 12 ms
6,272 KB
testcase_30 AC 34 ms
9,088 KB
testcase_31 AC 23 ms
7,808 KB
testcase_32 AC 30 ms
8,448 KB
testcase_33 AC 316 ms
64,640 KB
testcase_34 AC 315 ms
64,768 KB
testcase_35 AC 313 ms
64,640 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

($n,$x,$y)=glob<>;
$r+=$_*2for@r=sort{$a-$b}glob<>;
$r-=$r[0];
$d=$r*$r-$x*$x-$y*$y;
print+($n==1?$d!=0:$d<0)?No:Yes
0