結果
問題 | No.99 ジャンピング駒 |
ユーザー | Maboy |
提出日時 | 2018-02-22 10:47:28 |
言語 | Python3 (3.12.2 + numpy 1.26.4 + scipy 1.12.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 100 bytes |
コンパイル時間 | 149 ms |
コンパイル使用メモリ | 12,672 KB |
実行使用メモリ | 21,980 KB |
最終ジャッジ日時 | 2024-09-24 17:23:43 |
合計ジャッジ時間 | 1,109 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge1 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 73 ms
21,856 KB |
testcase_01 | AC | 70 ms
21,848 KB |
testcase_02 | WA | - |
testcase_03 | WA | - |
testcase_04 | WA | - |
testcase_05 | WA | - |
ソースコード
I=input I() x=list(map(int,I().split())) o=len([y for y in x if y&1]) print(abs((len(x)-o&1)-(o&1)))