結果

問題 No.453 製薬会社
ユーザー 👑 KazunKazun
提出日時 2020-11-05 17:34:09
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 54 bytes
コンパイル時間 600 ms
コンパイル使用メモリ 87,100 KB
実行使用メモリ 71,612 KB
最終ジャッジ日時 2023-09-29 17:10:33
合計ジャッジ時間 2,430 ms
ジャッジサーバーID
(参考情報)
judge13 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 68 ms
71,488 KB
testcase_01 AC 68 ms
71,192 KB
testcase_02 WA -
testcase_03 AC 69 ms
70,992 KB
testcase_04 WA -
testcase_05 WA -
testcase_06 AC 69 ms
71,292 KB
testcase_07 AC 69 ms
71,432 KB
testcase_08 WA -
testcase_09 AC 68 ms
71,176 KB
testcase_10 AC 69 ms
71,460 KB
testcase_11 AC 69 ms
71,612 KB
testcase_12 AC 69 ms
71,332 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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