結果

問題 No.550 夏休みの思い出(1)
ユーザー tailstails
提出日時 2017-07-29 00:55:31
言語 Perl
(5.38.2)
結果
AC  
実行時間 799 ms / 2,000 ms
コード長 142 bytes
コンパイル時間 675 ms
コンパイル使用メモリ 147,460 KB
実行使用メモリ 210,816 KB
最終ジャッジ日時 2024-10-11 05:37:40
合計ジャッジ時間 37,263 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 767 ms
210,640 KB
testcase_01 AC 489 ms
147,548 KB
testcase_02 AC 492 ms
147,356 KB
testcase_03 AC 492 ms
147,564 KB
testcase_04 AC 489 ms
147,328 KB
testcase_05 AC 496 ms
147,456 KB
testcase_06 AC 492 ms
147,456 KB
testcase_07 AC 485 ms
147,456 KB
testcase_08 AC 492 ms
147,456 KB
testcase_09 AC 769 ms
210,688 KB
testcase_10 AC 767 ms
210,688 KB
testcase_11 AC 799 ms
210,776 KB
testcase_12 AC 779 ms
210,616 KB
testcase_13 AC 793 ms
210,688 KB
testcase_14 AC 761 ms
210,688 KB
testcase_15 AC 716 ms
210,816 KB
testcase_16 AC 776 ms
210,688 KB
testcase_17 AC 779 ms
210,816 KB
testcase_18 AC 782 ms
210,688 KB
testcase_19 AC 770 ms
210,612 KB
testcase_20 AC 711 ms
210,776 KB
testcase_21 AC 714 ms
210,668 KB
testcase_22 AC 498 ms
147,412 KB
testcase_23 AC 486 ms
147,396 KB
testcase_24 AC 481 ms
147,572 KB
testcase_25 AC 481 ms
147,484 KB
testcase_26 AC 529 ms
147,584 KB
testcase_27 AC 490 ms
147,456 KB
testcase_28 AC 472 ms
147,552 KB
testcase_29 AC 476 ms
147,456 KB
testcase_30 AC 475 ms
147,456 KB
testcase_31 AC 734 ms
204,544 KB
testcase_32 AC 726 ms
202,368 KB
testcase_33 AC 730 ms
202,120 KB
testcase_34 AC 681 ms
207,700 KB
testcase_35 AC 734 ms
205,436 KB
testcase_36 AC 686 ms
206,336 KB
testcase_37 AC 741 ms
206,228 KB
testcase_38 AC 751 ms
207,360 KB
testcase_39 AC 661 ms
200,420 KB
testcase_40 AC 472 ms
147,456 KB
testcase_41 AC 476 ms
147,456 KB
testcase_42 AC 474 ms
147,456 KB
testcase_43 AC 468 ms
147,456 KB
testcase_44 AC 495 ms
147,456 KB
testcase_45 AC 487 ms
147,584 KB
testcase_46 AC 473 ms
147,456 KB
testcase_47 AC 466 ms
147,412 KB
testcase_48 AC 469 ms
147,456 KB
testcase_49 AC 471 ms
147,456 KB
testcase_50 AC 468 ms
147,584 KB
testcase_51 AC 472 ms
147,484 KB
testcase_52 AC 476 ms
147,572 KB
testcase_53 AC 495 ms
147,540 KB
testcase_54 AC 547 ms
158,848 KB
testcase_55 AC 531 ms
160,000 KB
testcase_56 AC 552 ms
162,304 KB
testcase_57 AC 550 ms
159,828 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

($a,$b,$c)=glob<>;($x)=grep!((($_+$a)*$_+$b)*$_+$c),-1e6..1e6;$b+=$x*($a+=$x);$d=sqrt$a**2-4*$b;$,=$";print sort{$a-$b}$x,(-$d-$a)/2,($d-$a)/2
0