結果

問題 No.250 atetubouのzetubou
ユーザー syarosyaro
提出日時 2016-01-19 17:22:26
言語 PyPy2
(7.3.15)
結果
AC  
実行時間 2,846 ms / 5,000 ms
コード長 126 bytes
コンパイル時間 445 ms
コンパイル使用メモリ 77,460 KB
実行使用メモリ 309,608 KB
最終ジャッジ日時 2023-10-21 06:54:47
合計ジャッジ時間 38,801 ms
ジャッジサーバーID
(参考情報)
judge9 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1,822 ms
206,668 KB
testcase_01 AC 449 ms
98,428 KB
testcase_02 AC 2,524 ms
269,036 KB
testcase_03 AC 2,846 ms
309,608 KB
testcase_04 AC 2,439 ms
273,920 KB
testcase_05 AC 2,547 ms
276,180 KB
testcase_06 AC 2,024 ms
237,824 KB
testcase_07 AC 1,159 ms
150,048 KB
testcase_08 AC 2,323 ms
265,112 KB
testcase_09 AC 1,884 ms
212,248 KB
testcase_10 AC 2,555 ms
268,804 KB
testcase_11 AC 1,644 ms
202,036 KB
testcase_12 AC 2,302 ms
257,712 KB
testcase_13 AC 1,349 ms
176,752 KB
testcase_14 AC 109 ms
79,452 KB
testcase_15 AC 1,472 ms
305,904 KB
testcase_16 AC 1,485 ms
305,904 KB
testcase_17 AC 1,486 ms
305,904 KB
testcase_18 AC 1,441 ms
305,904 KB
testcase_19 AC 1,447 ms
305,904 KB
testcase_20 AC 76 ms
76,192 KB
testcase_21 AC 79 ms
77,048 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import math
f=math.factorial
exec("D,X,T=map(int,raw_input().split());print['AC','ZETUBOU'][f(X+D-1)/f(X)/f(D-1)>T];")*input()
0