結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 203 ms
25,812 KB
testcase_01 AC 202 ms
25,908 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