結果

問題 No.445 得点
ユーザー 👑 yumechiyumechi
提出日時 2016-11-18 23:45:41
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 71 bytes
コンパイル時間 620 ms
コンパイル使用メモリ 82,048 KB
実行使用メモリ 52,480 KB
最終ジャッジ日時 2024-05-04 20:33:52
合計ジャッジ時間 1,728 ms
ジャッジサーバーID
(参考情報)
judge5 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 33 ms
52,224 KB
testcase_01 AC 36 ms
52,352 KB
testcase_02 AC 34 ms
51,968 KB
testcase_03 AC 36 ms
51,968 KB
testcase_04 AC 34 ms
51,968 KB
testcase_05 AC 32 ms
51,712 KB
testcase_06 AC 32 ms
51,840 KB
testcase_07 AC 32 ms
51,840 KB
testcase_08 AC 34 ms
51,756 KB
testcase_09 AC 33 ms
51,712 KB
testcase_10 AC 33 ms
52,224 KB
testcase_11 AC 33 ms
52,480 KB
testcase_12 AC 32 ms
51,840 KB
testcase_13 AC 32 ms
51,968 KB
testcase_14 AC 32 ms
51,840 KB
testcase_15 AC 33 ms
51,968 KB
testcase_16 WA -
testcase_17 WA -
testcase_18 WA -
testcase_19 WA -
testcase_20 AC 32 ms
51,584 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

a, b = map(int, input().split())
print(int(a*50+(50*a/(0.8+0.2*b))//1))
0