結果

問題 No.2027 (1, 2, 3, …, N) 's Subset Sum
ユーザー tailstails
提出日時 2022-08-05 22:45:11
言語 Perl
(5.38.0)
結果
AC  
実行時間 75 ms / 2,000 ms
コード長 68 bytes
コンパイル時間 405 ms
コンパイル使用メモリ 5,172 KB
実行使用メモリ 27,628 KB
最終ジャッジ日時 2023-10-14 00:18:29
合計ジャッジ時間 3,119 ms
ジャッジサーバーID
(参考情報)
judge15 / judge14
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
4,476 KB
testcase_01 AC 3 ms
4,512 KB
testcase_02 AC 75 ms
27,628 KB
testcase_03 AC 2 ms
4,464 KB
testcase_04 AC 74 ms
27,600 KB
testcase_05 AC 75 ms
27,600 KB
testcase_06 AC 75 ms
27,544 KB
testcase_07 AC 15 ms
7,688 KB
testcase_08 AC 56 ms
22,224 KB
testcase_09 AC 14 ms
5,812 KB
testcase_10 AC 30 ms
12,796 KB
testcase_11 AC 15 ms
6,828 KB
testcase_12 AC 21 ms
9,408 KB
testcase_13 AC 16 ms
8,340 KB
testcase_14 AC 8 ms
6,224 KB
testcase_15 AC 20 ms
7,648 KB
testcase_16 AC 24 ms
10,404 KB
testcase_17 AC 3 ms
4,608 KB
testcase_18 AC 2 ms
4,560 KB
testcase_19 AC 3 ms
4,640 KB
testcase_20 AC 2 ms
4,524 KB
testcase_21 AC 3 ms
4,456 KB
testcase_22 AC 44 ms
17,376 KB
testcase_23 AC 25 ms
11,260 KB
testcase_24 AC 8 ms
6,492 KB
testcase_25 AC 52 ms
20,976 KB
testcase_26 AC 14 ms
8,104 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

$/=$";$s<-$_||($s+=$_,unshift@a,-$_)for-<>..($s=<>,-1);print@a."
@a"
0