結果

問題 No.99 ジャンピング駒
ユーザー tonyu0tonyu0
提出日時 2020-03-29 17:28:42
言語 Perl
(5.38.2)
結果
WA  
実行時間 -
コード長 54 bytes
コンパイル時間 294 ms
コンパイル使用メモリ 7,072 KB
実行使用メモリ 26,624 KB
最終ジャッジ日時 2024-06-10 19:24:59
合計ジャッジ時間 2,772 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 172 ms
26,624 KB
testcase_01 AC 175 ms
26,624 KB
testcase_02 WA -
testcase_03 WA -
testcase_04 WA -
testcase_05 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

my $n=<>;
$odd+=$_%2 for glob<>;
print($odd*2==$n?0:1)
0