結果

問題 No.445 得点
ユーザー ytftytft
提出日時 2021-03-30 12:53:58
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 64 bytes
コンパイル時間 1,036 ms
コンパイル使用メモリ 82,168 KB
実行使用メモリ 53,436 KB
最終ジャッジ日時 2024-05-07 16:04:03
合計ジャッジ時間 1,911 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 35 ms
52,272 KB
testcase_01 AC 34 ms
52,696 KB
testcase_02 AC 34 ms
52,744 KB
testcase_03 AC 34 ms
51,816 KB
testcase_04 WA -
testcase_05 WA -
testcase_06 AC 34 ms
53,020 KB
testcase_07 AC 39 ms
52,552 KB
testcase_08 AC 36 ms
52,556 KB
testcase_09 AC 37 ms
51,932 KB
testcase_10 AC 35 ms
52,948 KB
testcase_11 AC 35 ms
53,428 KB
testcase_12 AC 34 ms
52,528 KB
testcase_13 WA -
testcase_14 AC 34 ms
53,164 KB
testcase_15 AC 35 ms
52,872 KB
testcase_16 AC 35 ms
52,444 KB
testcase_17 AC 35 ms
52,280 KB
testcase_18 AC 34 ms
52,540 KB
testcase_19 AC 34 ms
51,812 KB
testcase_20 WA -
権限があれば一括ダウンロードができます

ソースコード

diff #

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