結果

問題 No.1208 anti primenumber game
ユーザー tailstails
提出日時 2020-08-30 16:26:54
言語 Perl
(5.40.0)
結果
AC  
実行時間 626 ms / 2,000 ms
コード長 124 bytes
コンパイル時間 636 ms
コンパイル使用メモリ 6,820 KB
実行使用メモリ 48,000 KB
最終ジャッジ日時 2024-11-15 11:15:52
合計ジャッジ時間 15,360 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
sample AC * 3
other AC * 44
権限があれば一括ダウンロードができます
コンパイルメッセージ
Name "main::n" used only once: possible typo at Main.pl line 1.
Main.pl syntax OK

ソースコード

diff #

($n,$m)=glob<>;
for(reverse glob<>){
	$c=$_-$m-$b;
	$d=$_-1-(1-$m-$b);
	$b=$_==1?$c:$c>$d?$c:$d;
}
print $b>0?First:Second;
0