結果

問題 No.445 得点
ユーザー ytftytft
提出日時 2021-03-30 12:53:58
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 64 bytes
コンパイル時間 387 ms
コンパイル使用メモリ 82,048 KB
実行使用メモリ 53,228 KB
最終ジャッジ日時 2024-11-30 10:20:50
合計ジャッジ時間 2,087 ms
ジャッジサーバーID
(参考情報)
judge4 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 39 ms
53,084 KB
testcase_01 AC 38 ms
52,304 KB
testcase_02 AC 39 ms
52,636 KB
testcase_03 AC 39 ms
52,164 KB
testcase_04 WA -
testcase_05 WA -
testcase_06 AC 38 ms
51,816 KB
testcase_07 AC 39 ms
52,488 KB
testcase_08 AC 38 ms
52,960 KB
testcase_09 AC 38 ms
52,680 KB
testcase_10 AC 38 ms
53,152 KB
testcase_11 AC 39 ms
51,620 KB
testcase_12 AC 39 ms
51,556 KB
testcase_13 WA -
testcase_14 AC 39 ms
51,816 KB
testcase_15 AC 39 ms
52,000 KB
testcase_16 AC 39 ms
52,764 KB
testcase_17 AC 38 ms
51,756 KB
testcase_18 AC 39 ms
52,820 KB
testcase_19 AC 40 ms
52,408 KB
testcase_20 WA -
権限があれば一括ダウンロードができます

ソースコード

diff #

A,B=map(int,input().split())
print(50*A+round(50*A/(0.8+0.2*B)))
0