結果

問題 No.453 製薬会社
ユーザー 👑 KazunKazun
提出日時 2020-11-05 17:34:09
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 54 bytes
コンパイル時間 291 ms
コンパイル使用メモリ 82,464 KB
実行使用メモリ 53,708 KB
最終ジャッジ日時 2024-07-22 11:14:09
合計ジャッジ時間 1,263 ms
ジャッジサーバーID
(参考情報)
judge5 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 38 ms
52,272 KB
testcase_01 AC 40 ms
52,292 KB
testcase_02 WA -
testcase_03 AC 40 ms
53,252 KB
testcase_04 WA -
testcase_05 WA -
testcase_06 AC 37 ms
53,708 KB
testcase_07 AC 38 ms
53,576 KB
testcase_08 WA -
testcase_09 AC 38 ms
52,064 KB
testcase_10 AC 37 ms
51,684 KB
testcase_11 AC 38 ms
52,812 KB
testcase_12 AC 38 ms
52,008 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

C,D=map(int,input().split())
print(2000*(3*C+17*D)/13)
0