結果

問題 No.221 犯罪都市
ユーザー 👑 KazunKazun
提出日時 2020-09-02 17:48:08
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 34 ms / 5,000 ms
コード長 54 bytes
コンパイル時間 201 ms
コンパイル使用メモリ 82,368 KB
実行使用メモリ 53,096 KB
最終ジャッジ日時 2024-05-01 10:46:26
合計ジャッジ時間 1,544 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 34 ms
52,144 KB
testcase_01 AC 32 ms
52,352 KB
testcase_02 AC 32 ms
52,984 KB
testcase_03 AC 32 ms
52,280 KB
testcase_04 AC 34 ms
52,636 KB
testcase_05 AC 32 ms
52,580 KB
testcase_06 AC 33 ms
51,900 KB
testcase_07 AC 32 ms
53,096 KB
testcase_08 AC 31 ms
52,424 KB
testcase_09 AC 33 ms
51,780 KB
testcase_10 AC 32 ms
51,624 KB
testcase_11 AC 33 ms
51,752 KB
testcase_12 AC 33 ms
51,976 KB
testcase_13 AC 33 ms
52,808 KB
testcase_14 AC 31 ms
52,216 KB
testcase_15 AC 32 ms
52,468 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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