結果

問題 No.250 atetubouのzetubou
ユーザー syarosyaro
提出日時 2016-01-19 17:22:26
言語 PyPy2
(7.3.15)
結果
AC  
実行時間 2,955 ms / 5,000 ms
コード長 126 bytes
コンパイル時間 1,718 ms
コンパイル使用メモリ 76,728 KB
実行使用メモリ 309,020 KB
最終ジャッジ日時 2024-09-21 08:03:43
合計ジャッジ時間 42,930 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1,875 ms
206,288 KB
testcase_01 AC 471 ms
97,180 KB
testcase_02 AC 2,716 ms
267,904 KB
testcase_03 AC 2,955 ms
309,020 KB
testcase_04 AC 2,629 ms
262,072 KB
testcase_05 AC 2,731 ms
275,164 KB
testcase_06 AC 2,105 ms
237,324 KB
testcase_07 AC 1,216 ms
149,532 KB
testcase_08 AC 2,500 ms
264,236 KB
testcase_09 AC 1,986 ms
211,636 KB
testcase_10 AC 2,711 ms
268,296 KB
testcase_11 AC 1,711 ms
201,184 KB
testcase_12 AC 2,409 ms
256,088 KB
testcase_13 AC 1,418 ms
175,936 KB
testcase_14 AC 119 ms
77,948 KB
testcase_15 AC 1,585 ms
305,632 KB
testcase_16 AC 1,529 ms
305,248 KB
testcase_17 AC 1,517 ms
305,532 KB
testcase_18 AC 1,567 ms
305,444 KB
testcase_19 AC 1,501 ms
305,028 KB
testcase_20 AC 79 ms
75,424 KB
testcase_21 AC 81 ms
76,068 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