結果

問題 No.550 夏休みの思い出(1)
ユーザー tailstails
提出日時 2017-07-29 00:55:31
言語 Perl
(5.38.2)
結果
AC  
実行時間 732 ms / 2,000 ms
コード長 142 bytes
コンパイル時間 308 ms
コンパイル使用メモリ 147,568 KB
実行使用メモリ 210,708 KB
最終ジャッジ日時 2024-04-19 13:14:46
合計ジャッジ時間 33,740 ms
ジャッジサーバーID
(参考情報)
judge5 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 689 ms
210,568 KB
testcase_01 AC 449 ms
147,272 KB
testcase_02 AC 453 ms
147,464 KB
testcase_03 AC 452 ms
147,420 KB
testcase_04 AC 442 ms
147,256 KB
testcase_05 AC 441 ms
147,352 KB
testcase_06 AC 434 ms
147,424 KB
testcase_07 AC 432 ms
147,268 KB
testcase_08 AC 451 ms
147,308 KB
testcase_09 AC 711 ms
210,636 KB
testcase_10 AC 732 ms
210,624 KB
testcase_11 AC 723 ms
210,708 KB
testcase_12 AC 683 ms
210,612 KB
testcase_13 AC 700 ms
210,588 KB
testcase_14 AC 706 ms
210,512 KB
testcase_15 AC 648 ms
210,704 KB
testcase_16 AC 714 ms
210,696 KB
testcase_17 AC 693 ms
210,668 KB
testcase_18 AC 729 ms
210,604 KB
testcase_19 AC 709 ms
210,532 KB
testcase_20 AC 640 ms
210,676 KB
testcase_21 AC 644 ms
210,544 KB
testcase_22 AC 438 ms
147,240 KB
testcase_23 AC 439 ms
147,228 KB
testcase_24 AC 437 ms
147,448 KB
testcase_25 AC 443 ms
147,320 KB
testcase_26 AC 438 ms
147,444 KB
testcase_27 AC 452 ms
147,340 KB
testcase_28 AC 445 ms
147,332 KB
testcase_29 AC 441 ms
147,444 KB
testcase_30 AC 441 ms
147,368 KB
testcase_31 AC 672 ms
204,588 KB
testcase_32 AC 666 ms
202,220 KB
testcase_33 AC 682 ms
202,180 KB
testcase_34 AC 637 ms
207,720 KB
testcase_35 AC 673 ms
205,524 KB
testcase_36 AC 636 ms
206,084 KB
testcase_37 AC 682 ms
206,076 KB
testcase_38 AC 675 ms
207,404 KB
testcase_39 AC 617 ms
200,300 KB
testcase_40 AC 446 ms
147,360 KB
testcase_41 AC 444 ms
147,328 KB
testcase_42 AC 438 ms
147,324 KB
testcase_43 AC 464 ms
147,372 KB
testcase_44 AC 433 ms
147,284 KB
testcase_45 AC 474 ms
147,468 KB
testcase_46 AC 438 ms
147,248 KB
testcase_47 AC 439 ms
147,328 KB
testcase_48 AC 438 ms
147,428 KB
testcase_49 AC 436 ms
147,456 KB
testcase_50 AC 445 ms
147,268 KB
testcase_51 AC 435 ms
147,456 KB
testcase_52 AC 439 ms
147,304 KB
testcase_53 AC 468 ms
147,480 KB
testcase_54 AC 515 ms
158,592 KB
testcase_55 AC 495 ms
160,024 KB
testcase_56 AC 524 ms
162,364 KB
testcase_57 AC 515 ms
159,664 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