結果

問題 No.2252 Find Zero
ユーザー tailstails
提出日時 2023-05-22 17:28:38
言語 Perl
(5.38.2)
結果
AC  
実行時間 68 ms / 2,000 ms
コード長 84 bytes
コンパイル時間 172 ms
コンパイル使用メモリ 5,300 KB
実行使用メモリ 24,400 KB
平均クエリ数 195.33
最終ジャッジ日時 2023-08-24 01:02:41
合計ジャッジ時間 2,844 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 52 ms
23,644 KB
testcase_01 AC 65 ms
23,848 KB
testcase_02 AC 66 ms
24,316 KB
testcase_03 AC 68 ms
24,016 KB
testcase_04 AC 53 ms
23,404 KB
testcase_05 AC 42 ms
23,680 KB
testcase_06 AC 57 ms
24,256 KB
testcase_07 AC 54 ms
23,848 KB
testcase_08 AC 65 ms
24,072 KB
testcase_09 AC 64 ms
23,664 KB
testcase_10 AC 42 ms
23,644 KB
testcase_11 AC 41 ms
24,400 KB
testcase_12 AC 41 ms
23,848 KB
testcase_13 AC 40 ms
23,452 KB
testcase_14 AC 41 ms
24,340 KB
testcase_15 AC 40 ms
23,428 KB
testcase_16 AC 42 ms
23,992 KB
testcase_17 AC 41 ms
23,848 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

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