結果

問題 No.169 何分かかるの!?
ユーザー togatogatogatoga
提出日時 2015-08-12 07:24:25
言語 PyPy2
(7.3.15)
結果
AC  
実行時間 77 ms / 1,000 ms
コード長 49 bytes
コンパイル時間 1,772 ms
コンパイル使用メモリ 77,508 KB
実行使用メモリ 76,640 KB
最終ジャッジ日時 2023-09-25 08:23:13
合計ジャッジ時間 4,964 ms
ジャッジサーバーID
(参考情報)
judge14 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 74 ms
76,364 KB
testcase_01 AC 74 ms
76,296 KB
testcase_02 AC 74 ms
76,364 KB
testcase_03 AC 74 ms
76,608 KB
testcase_04 AC 74 ms
76,328 KB
testcase_05 AC 73 ms
76,172 KB
testcase_06 AC 74 ms
76,428 KB
testcase_07 AC 74 ms
76,544 KB
testcase_08 AC 72 ms
76,420 KB
testcase_09 AC 73 ms
76,344 KB
testcase_10 AC 74 ms
76,428 KB
testcase_11 AC 74 ms
76,324 KB
testcase_12 AC 74 ms
76,308 KB
testcase_13 AC 74 ms
76,324 KB
testcase_14 AC 73 ms
76,640 KB
testcase_15 AC 76 ms
76,440 KB
testcase_16 AC 75 ms
76,496 KB
testcase_17 AC 76 ms
76,572 KB
testcase_18 AC 75 ms
76,096 KB
testcase_19 AC 76 ms
76,544 KB
testcase_20 AC 76 ms
76,384 KB
testcase_21 AC 76 ms
76,292 KB
testcase_22 AC 76 ms
76,216 KB
testcase_23 AC 77 ms
76,528 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

K = input()
S = input()
print 100 * S / (100 - K)
0