結果
| 問題 | 
                            No.99 ジャンピング駒
                             | 
                    
| コンテスト | |
| ユーザー | 
                             taba
                         | 
                    
| 提出日時 | 2016-04-14 01:49:18 | 
| 言語 | Python2  (2.7.18)  | 
                    
| 結果 | 
                             
                                AC
                                 
                             
                            
                         | 
                    
| 実行時間 | 62 ms / 5,000 ms | 
| コード長 | 69 bytes | 
| コンパイル時間 | 61 ms | 
| コンパイル使用メモリ | 6,912 KB | 
| 実行使用メモリ | 15,052 KB | 
| 最終ジャッジ日時 | 2024-10-04 08:14:48 | 
| 合計ジャッジ時間 | 917 ms | 
| 
                            ジャッジサーバーID (参考情報)  | 
                        judge3 / judge2 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| other | AC * 6 | 
ソースコード
print abs(input()-sum(2 for i in map(int,raw_input().split())if i&1))
            
taba