結果

問題 No.445 得点
ユーザー 👑 yumechiyumechi
提出日時 2016-11-18 23:45:41
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 71 bytes
コンパイル時間 1,344 ms
コンパイル使用メモリ 86,428 KB
実行使用メモリ 71,484 KB
最終ジャッジ日時 2023-08-17 13:55:08
合計ジャッジ時間 3,380 ms
ジャッジサーバーID
(参考情報)
judge13 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 71 ms
71,172 KB
testcase_01 AC 75 ms
71,220 KB
testcase_02 AC 74 ms
71,080 KB
testcase_03 AC 76 ms
71,076 KB
testcase_04 AC 75 ms
71,132 KB
testcase_05 AC 75 ms
71,080 KB
testcase_06 AC 74 ms
71,340 KB
testcase_07 AC 73 ms
71,368 KB
testcase_08 AC 74 ms
71,208 KB
testcase_09 AC 75 ms
71,220 KB
testcase_10 AC 74 ms
71,140 KB
testcase_11 AC 75 ms
71,416 KB
testcase_12 AC 74 ms
71,484 KB
testcase_13 AC 74 ms
71,280 KB
testcase_14 AC 73 ms
71,228 KB
testcase_15 AC 72 ms
71,320 KB
testcase_16 WA -
testcase_17 WA -
testcase_18 WA -
testcase_19 WA -
testcase_20 AC 76 ms
71,348 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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