結果

問題 No.250 atetubouのzetubou
ユーザー syarosyaro
提出日時 2016-01-19 17:24:39
言語 PyPy2
(7.3.15)
結果
AC  
実行時間 2,207 ms / 5,000 ms
コード長 129 bytes
コンパイル時間 197 ms
コンパイル使用メモリ 77,072 KB
実行使用メモリ 86,484 KB
最終ジャッジ日時 2024-09-21 08:04:18
合計ジャッジ時間 29,155 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1,498 ms
86,484 KB
testcase_01 AC 409 ms
79,984 KB
testcase_02 AC 1,972 ms
83,264 KB
testcase_03 AC 2,207 ms
84,820 KB
testcase_04 AC 1,950 ms
82,052 KB
testcase_05 AC 1,990 ms
83,096 KB
testcase_06 AC 1,671 ms
82,020 KB
testcase_07 AC 967 ms
83,416 KB
testcase_08 AC 1,841 ms
82,516 KB
testcase_09 AC 1,509 ms
84,476 KB
testcase_10 AC 2,021 ms
83,888 KB
testcase_11 AC 1,341 ms
81,704 KB
testcase_12 AC 1,836 ms
82,592 KB
testcase_13 AC 1,072 ms
80,616 KB
testcase_14 AC 109 ms
77,856 KB
testcase_15 AC 791 ms
84,216 KB
testcase_16 AC 770 ms
82,664 KB
testcase_17 AC 782 ms
83,256 KB
testcase_18 AC 745 ms
81,832 KB
testcase_19 AC 771 ms
82,820 KB
testcase_20 AC 84 ms
75,324 KB
testcase_21 AC 84 ms
76,844 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