結果

問題 No.242 ビンゴゲーム
ユーザー fmhrfmhr
提出日時 2015-08-02 05:36:59
言語 PyPy2
(7.3.15)
結果
AC  
実行時間 75 ms / 2,000 ms
コード長 58 bytes
コンパイル時間 174 ms
コンパイル使用メモリ 77,052 KB
実行使用メモリ 76,056 KB
最終ジャッジ日時 2024-07-18 00:45:22
合計ジャッジ時間 1,824 ms
ジャッジサーバーID
(参考情報)
judge3 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 75 ms
75,936 KB
testcase_01 AC 73 ms
76,056 KB
testcase_02 AC 69 ms
75,808 KB
testcase_03 AC 69 ms
75,664 KB
testcase_04 AC 69 ms
75,916 KB
testcase_05 AC 73 ms
76,056 KB
testcase_06 AC 70 ms
75,568 KB
testcase_07 AC 70 ms
75,964 KB
testcase_08 AC 69 ms
75,664 KB
testcase_09 AC 67 ms
76,044 KB
testcase_10 AC 68 ms
76,048 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

c=input()
a=12.
for i in range(5):a*=(c-i)/(99.-i)
print a
0