結果

問題 No.1730 GCD on Blackboard in yukicoder
ユーザー tailstails
提出日時 2021-11-12 18:20:03
言語 Perl
(5.38.2)
結果
TLE  
実行時間 -
コード長 113 bytes
コンパイル時間 375 ms
コンパイル使用メモリ 6,820 KB
実行使用メモリ 87,940 KB
最終ジャッジ日時 2024-11-25 06:57:38
合計ジャッジ時間 47,751 ms
ジャッジサーバーID
(参考情報)
judge4 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 TLE -
testcase_01 AC 7 ms
6,820 KB
testcase_02 AC 1,868 ms
60,892 KB
testcase_03 AC 1,917 ms
62,064 KB
testcase_04 AC 1,835 ms
61,908 KB
testcase_05 AC 1,842 ms
62,076 KB
testcase_06 AC 1,789 ms
60,592 KB
testcase_07 AC 1,821 ms
62,064 KB
testcase_08 AC 7 ms
6,820 KB
testcase_09 AC 1,325 ms
45,948 KB
testcase_10 AC 1,284 ms
45,952 KB
testcase_11 AC 7 ms
6,820 KB
testcase_12 AC 6 ms
6,820 KB
testcase_13 TLE -
testcase_14 TLE -
testcase_15 TLE -
testcase_16 TLE -
testcase_17 TLE -
testcase_18 AC 841 ms
53,120 KB
testcase_19 TLE -
testcase_20 AC 1,664 ms
66,080 KB
testcase_21 AC 1,673 ms
66,508 KB
testcase_22 AC 1,649 ms
65,772 KB
testcase_23 AC 377 ms
45,696 KB
testcase_24 TLE -
testcase_25 TLE -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

$n=<>;$_++for@b[glob<>];map{$j=$t=0;$t+=$b[$j]while($j+=$_)<@b;$d[$n-$t]=$_}1..@b;pop@d;print$x+=$-=$_-$x,$/for@d
0