結果

問題 No.221 犯罪都市
ユーザー KazunKazun
提出日時 2020-09-02 17:48:08
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 39 ms / 5,000 ms
コード長 54 bytes
コンパイル時間 233 ms
コンパイル使用メモリ 82,136 KB
実行使用メモリ 52,212 KB
最終ジャッジ日時 2024-11-21 14:42:13
合計ジャッジ時間 1,674 ms
ジャッジサーバーID
(参考情報)
judge1 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 38 ms
51,752 KB
testcase_01 AC 38 ms
51,828 KB
testcase_02 AC 38 ms
52,188 KB
testcase_03 AC 38 ms
51,620 KB
testcase_04 AC 38 ms
51,660 KB
testcase_05 AC 39 ms
52,008 KB
testcase_06 AC 39 ms
52,212 KB
testcase_07 AC 39 ms
51,736 KB
testcase_08 AC 38 ms
51,628 KB
testcase_09 AC 38 ms
51,836 KB
testcase_10 AC 38 ms
51,660 KB
testcase_11 AC 39 ms
51,660 KB
testcase_12 AC 38 ms
52,180 KB
testcase_13 AC 38 ms
51,824 KB
testcase_14 AC 37 ms
51,884 KB
testcase_15 AC 39 ms
51,928 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

N=int(input())
a=10000-N
b=10000+98*N
print(100*(a/b))
0