提出 #13434092


ソースコード 拡げる

a, b = list(map(int, input().split()))
print('Odd' if a * b % 2 == 1 else 'Even')

提出情報

提出日時
問題 A - Product
ユーザ ln_north
言語 Python (3.4.3)
得点 100
コード長 82 Byte
結果 AC
実行時間 17 ms
メモリ 2940 KiB

ジャッジ結果

セット名 Sample All
得点 / 配点 0 / 0 100 / 100
結果
AC × 2
AC × 7
セット名 テストケース
Sample 0_000.txt, 0_001.txt
All 0_000.txt, 0_001.txt, 1_002.txt, 1_003.txt, 1_004.txt, 1_005.txt, 1_006.txt
ケース名 結果 実行時間 メモリ
0_000.txt AC 17 ms 2940 KiB
0_001.txt AC 17 ms 2940 KiB
1_002.txt AC 17 ms 2940 KiB
1_003.txt AC 17 ms 2940 KiB
1_004.txt AC 17 ms 2940 KiB
1_005.txt AC 17 ms 2940 KiB
1_006.txt AC 17 ms 2940 KiB