結果

問題 No.453 製薬会社
ユーザー YCescaYCesca
提出日時 2016-12-21 14:01:41
言語 Python3
(3.11.6 + numpy 1.26.0 + scipy 1.11.3)
結果
WA  
実行時間 -
コード長 56 bytes
コンパイル時間 752 ms
コンパイル使用メモリ 10,624 KB
実行使用メモリ 7,956 KB
最終ジャッジ日時 2023-08-21 03:55:54
合計ジャッジ時間 1,734 ms
ジャッジサーバーID
(参考情報)
judge13 / judge11
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 16 ms
7,792 KB
testcase_01 AC 15 ms
7,808 KB
testcase_02 WA -
testcase_03 AC 15 ms
7,860 KB
testcase_04 WA -
testcase_05 WA -
testcase_06 AC 15 ms
7,928 KB
testcase_07 AC 15 ms
7,956 KB
testcase_08 WA -
testcase_09 AC 14 ms
7,844 KB
testcase_10 AC 14 ms
7,800 KB
testcase_11 AC 15 ms
7,744 KB
testcase_12 AC 15 ms
7,816 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

c,d = map(int,input().split())
print((6*c+34*d)/13*1000)
0