結果

問題 No.1517 Party Location
ユーザー convexineqconvexineq
提出日時 2021-05-28 21:35:33
言語 PyPy3
(7.3.13)
結果
AC  
実行時間 71 ms / 2,000 ms
コード長 57 bytes
コンパイル時間 396 ms
コンパイル使用メモリ 86,988 KB
実行使用メモリ 71,552 KB
最終ジャッジ日時 2023-09-02 04:11:18
合計ジャッジ時間 2,240 ms
ジャッジサーバーID
(参考情報)
judge15 / judge11
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 65 ms
71,416 KB
testcase_01 AC 65 ms
71,232 KB
testcase_02 AC 64 ms
71,204 KB
testcase_03 AC 71 ms
71,080 KB
testcase_04 AC 64 ms
71,236 KB
testcase_05 AC 66 ms
71,284 KB
testcase_06 AC 67 ms
71,492 KB
testcase_07 AC 65 ms
71,552 KB
testcase_08 AC 67 ms
71,412 KB
testcase_09 AC 67 ms
71,064 KB
testcase_10 AC 69 ms
71,476 KB
testcase_11 AC 65 ms
71,280 KB
testcase_12 AC 66 ms
71,076 KB
testcase_13 AC 64 ms
71,304 KB
testcase_14 AC 66 ms
71,364 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

d,a,b = map(int,open(0).read().split())
print(d*min(a,b))
0