結果

問題 No.169 何分かかるの!?
ユーザー togatogatogatoga
提出日時 2015-08-12 07:24:25
言語 PyPy2
(7.3.15)
結果
AC  
実行時間 73 ms / 1,000 ms
コード長 49 bytes
コンパイル時間 482 ms
コンパイル使用メモリ 77,068 KB
実行使用メモリ 75,904 KB
最終ジャッジ日時 2024-07-18 06:53:20
合計ジャッジ時間 2,840 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 73 ms
75,520 KB
testcase_01 AC 65 ms
75,688 KB
testcase_02 AC 62 ms
75,392 KB
testcase_03 AC 62 ms
75,392 KB
testcase_04 AC 61 ms
75,264 KB
testcase_05 AC 63 ms
75,136 KB
testcase_06 AC 63 ms
75,392 KB
testcase_07 AC 65 ms
75,648 KB
testcase_08 AC 64 ms
75,292 KB
testcase_09 AC 62 ms
75,520 KB
testcase_10 AC 61 ms
75,264 KB
testcase_11 AC 62 ms
75,776 KB
testcase_12 AC 68 ms
75,412 KB
testcase_13 AC 61 ms
75,392 KB
testcase_14 AC 64 ms
75,648 KB
testcase_15 AC 67 ms
75,392 KB
testcase_16 AC 69 ms
75,392 KB
testcase_17 AC 71 ms
75,008 KB
testcase_18 AC 70 ms
75,424 KB
testcase_19 AC 66 ms
75,424 KB
testcase_20 AC 65 ms
75,648 KB
testcase_21 AC 64 ms
75,648 KB
testcase_22 AC 72 ms
75,676 KB
testcase_23 AC 68 ms
75,904 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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