結果

問題 No.2091 Shio Ramen (Easy)
ユーザー tailstails
提出日時 2022-10-05 19:26:59
言語 Perl
(5.38.2)
結果
WA  
実行時間 -
コード長 76 bytes
コンパイル時間 353 ms
コンパイル使用メモリ 5,296 KB
実行使用メモリ 5,312 KB
最終ジャッジ日時 2023-08-30 09:40:35
合計ジャッジ時間 1,597 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 7 ms
5,128 KB
testcase_01 AC 6 ms
5,312 KB
testcase_02 AC 6 ms
4,964 KB
testcase_03 AC 6 ms
5,288 KB
testcase_04 WA -
testcase_05 AC 6 ms
5,072 KB
testcase_06 AC 6 ms
5,124 KB
testcase_07 AC 6 ms
4,988 KB
testcase_08 AC 6 ms
5,076 KB
testcase_09 AC 6 ms
5,124 KB
testcase_10 WA -
testcase_11 AC 6 ms
4,992 KB
testcase_12 AC 6 ms
5,096 KB
testcase_13 AC 6 ms
5,152 KB
testcase_14 AC 6 ms
5,212 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

($n,$s,$k)=glob<>;printf grep(($a=abs<>-$s)<=$k&&[$k=$a-1],1..$n),"Unlucky!"
0