結果
問題 | No.99 ジャンピング駒 |
ユーザー | tonyu0 |
提出日時 | 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
ソースコード
my $n=<>; $odd+=$_%2 for glob<>; print($odd*2==$n?0:1)