結果

問題 No.169 何分かかるの!?
ユーザー あかりきあかりき
提出日時 2021-02-09 22:04:16
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 70 ms / 1,000 ms
コード長 53 bytes
コンパイル時間 318 ms
コンパイル使用メモリ 87,156 KB
実行使用メモリ 71,640 KB
最終ジャッジ日時 2023-09-21 09:55:18
合計ジャッジ時間 3,174 ms
ジャッジサーバーID
(参考情報)
judge15 / judge11
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 66 ms
71,376 KB
testcase_01 AC 66 ms
71,640 KB
testcase_02 AC 66 ms
71,624 KB
testcase_03 AC 65 ms
71,124 KB
testcase_04 AC 70 ms
71,344 KB
testcase_05 AC 65 ms
71,280 KB
testcase_06 AC 67 ms
71,624 KB
testcase_07 AC 66 ms
71,552 KB
testcase_08 AC 67 ms
71,424 KB
testcase_09 AC 68 ms
71,564 KB
testcase_10 AC 67 ms
71,432 KB
testcase_11 AC 68 ms
71,320 KB
testcase_12 AC 67 ms
71,236 KB
testcase_13 AC 67 ms
71,624 KB
testcase_14 AC 68 ms
71,212 KB
testcase_15 AC 67 ms
71,316 KB
testcase_16 AC 67 ms
71,080 KB
testcase_17 AC 67 ms
71,076 KB
testcase_18 AC 68 ms
71,120 KB
testcase_19 AC 67 ms
71,448 KB
testcase_20 AC 67 ms
71,496 KB
testcase_21 AC 67 ms
71,120 KB
testcase_22 AC 67 ms
71,432 KB
testcase_23 AC 66 ms
71,380 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

k=int(input())
s=int(input())
print((100*s)//(100-k))
0