結果

問題 No.250 atetubouのzetubou
ユーザー syarosyaro
提出日時 2016-01-19 17:24:39
言語 PyPy2
(7.3.15)
結果
AC  
実行時間 2,156 ms / 5,000 ms
コード長 129 bytes
コンパイル時間 130 ms
コンパイル使用メモリ 77,468 KB
実行使用メモリ 88,316 KB
最終ジャッジ日時 2023-10-21 06:55:22
合計ジャッジ時間 28,572 ms
ジャッジサーバーID
(参考情報)
judge9 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1,456 ms
86,676 KB
testcase_01 AC 401 ms
82,012 KB
testcase_02 AC 1,899 ms
84,212 KB
testcase_03 AC 2,156 ms
85,536 KB
testcase_04 AC 1,912 ms
86,088 KB
testcase_05 AC 1,962 ms
85,324 KB
testcase_06 AC 1,596 ms
84,924 KB
testcase_07 AC 967 ms
84,256 KB
testcase_08 AC 1,808 ms
84,404 KB
testcase_09 AC 1,509 ms
86,164 KB
testcase_10 AC 1,965 ms
88,316 KB
testcase_11 AC 1,322 ms
86,632 KB
testcase_12 AC 1,755 ms
84,692 KB
testcase_13 AC 1,061 ms
82,044 KB
testcase_14 AC 110 ms
78,740 KB
testcase_15 AC 784 ms
84,828 KB
testcase_16 AC 781 ms
82,292 KB
testcase_17 AC 804 ms
83,744 KB
testcase_18 AC 758 ms
83,132 KB
testcase_19 AC 779 ms
83,544 KB
testcase_20 AC 81 ms
76,236 KB
testcase_21 AC 82 ms
77,136 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

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