提出 #864966


ソースコード 拡げる

a, b, c = list(map(int, input().split()))
if (a % 2 == 0 or b % 2 == 0 or c % 2 == 0):
    print(0)
else:
    print((a * b * c) // max(a, b, c))

提出情報

提出日時
問題 A - Divide a Cuboid
ユーザ DuckerZ
言語 Python (3.4.3)
得点 200
コード長 148 Byte
結果 AC
実行時間 39 ms
メモリ 3064 KiB

ジャッジ結果

セット名 Sample All
得点 / 配点 0 / 0 200 / 200
結果
AC × 3
AC × 9
セット名 テストケース
Sample 0_00.txt, 0_01.txt, 0_02.txt
All 0_00.txt, 0_01.txt, 0_02.txt, 1_00.txt, 1_01.txt, 1_02.txt, 1_03.txt, 1_04.txt, 1_05.txt
ケース名 結果 実行時間 メモリ
0_00.txt AC 39 ms 3064 KiB
0_01.txt AC 37 ms 3064 KiB
0_02.txt AC 38 ms 3064 KiB
1_00.txt AC 37 ms 3064 KiB
1_01.txt AC 37 ms 3064 KiB
1_02.txt AC 38 ms 3064 KiB
1_03.txt AC 37 ms 3064 KiB
1_04.txt AC 36 ms 3064 KiB
1_05.txt AC 38 ms 3064 KiB