結果

問題 No.2252 Find Zero
ユーザー tailstails
提出日時 2023-05-22 17:28:38
言語 Perl
(5.38.2)
結果
AC  
実行時間 73 ms / 2,000 ms
コード長 84 bytes
コンパイル時間 90 ms
コンパイル使用メモリ 6,940 KB
実行使用メモリ 25,196 KB
平均クエリ数 195.33
最終ジャッジ日時 2024-06-01 22:27:09
合計ジャッジ時間 2,635 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 52 ms
24,940 KB
testcase_01 AC 68 ms
24,940 KB
testcase_02 AC 66 ms
25,196 KB
testcase_03 AC 69 ms
24,812 KB
testcase_04 AC 55 ms
24,604 KB
testcase_05 AC 52 ms
24,848 KB
testcase_06 AC 64 ms
24,848 KB
testcase_07 AC 61 ms
24,976 KB
testcase_08 AC 73 ms
24,592 KB
testcase_09 AC 69 ms
24,604 KB
testcase_10 AC 46 ms
25,088 KB
testcase_11 AC 46 ms
24,848 KB
testcase_12 AC 46 ms
24,592 KB
testcase_13 AC 45 ms
24,848 KB
testcase_14 AC 43 ms
24,848 KB
testcase_15 AC 45 ms
24,848 KB
testcase_16 AC 46 ms
24,848 KB
testcase_17 AC 46 ms
24,976 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

$|--||~print("? $_ ",$_+1,$/)&($z=<>-$_)or$n=$_-$z+1for@n=0..($n=<>-1)-1;print"! $n"
0