結果

問題 No.445 得点
ユーザー pypypymipypypymi
提出日時 2022-02-17 18:56:57
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 69 bytes
コンパイル時間 1,399 ms
コンパイル使用メモリ 86,768 KB
実行使用メモリ 71,408 KB
最終ジャッジ日時 2023-09-11 17:48:09
合計ジャッジ時間 3,332 ms
ジャッジサーバーID
(参考情報)
judge12 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 69 ms
71,392 KB
testcase_01 AC 70 ms
71,272 KB
testcase_02 AC 69 ms
71,396 KB
testcase_03 AC 67 ms
71,256 KB
testcase_04 AC 67 ms
71,308 KB
testcase_05 AC 68 ms
71,252 KB
testcase_06 AC 68 ms
70,876 KB
testcase_07 AC 69 ms
70,836 KB
testcase_08 AC 69 ms
71,296 KB
testcase_09 AC 69 ms
71,064 KB
testcase_10 AC 69 ms
71,100 KB
testcase_11 AC 67 ms
71,308 KB
testcase_12 AC 68 ms
71,064 KB
testcase_13 AC 67 ms
70,964 KB
testcase_14 AC 67 ms
71,096 KB
testcase_15 WA -
testcase_16 WA -
testcase_17 WA -
testcase_18 WA -
testcase_19 WA -
testcase_20 AC 71 ms
71,404 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

n,k = map(int,input().split())
print(int(50*n+((50*n)//(0.8+0.2*k))))
0