結果

問題 No.1126 SUM
ユーザー iiljjiiljj
提出日時 2020-07-24 23:23:04
言語 cLay
(20240104-1)
結果
AC  
実行時間 252 ms / 1,000 ms
コード長 65 bytes
コンパイル時間 3,109 ms
コンパイル使用メモリ 172,580 KB
実行使用メモリ 82,284 KB
最終ジャッジ日時 2023-09-19 00:50:11
合計ジャッジ時間 11,333 ms
ジャッジサーバーID
(参考情報)
judge15 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 250 ms
82,120 KB
testcase_01 AC 248 ms
82,176 KB
testcase_02 AC 248 ms
82,100 KB
testcase_03 AC 249 ms
82,128 KB
testcase_04 AC 250 ms
82,116 KB
testcase_05 AC 249 ms
82,104 KB
testcase_06 AC 249 ms
82,128 KB
testcase_07 AC 248 ms
82,208 KB
testcase_08 AC 249 ms
82,164 KB
testcase_09 AC 248 ms
82,116 KB
testcase_10 AC 248 ms
82,284 KB
testcase_11 AC 248 ms
82,112 KB
testcase_12 AC 248 ms
82,124 KB
testcase_13 AC 251 ms
82,212 KB
testcase_14 AC 248 ms
82,152 KB
testcase_15 AC 250 ms
82,164 KB
testcase_16 AC 248 ms
82,116 KB
testcase_17 AC 249 ms
82,104 KB
testcase_18 AC 250 ms
82,100 KB
testcase_19 AC 249 ms
82,188 KB
testcase_20 AC 252 ms
82,116 KB
testcase_21 AC 251 ms
82,160 KB
testcase_22 AC 249 ms
82,168 KB
testcase_23 AC 249 ms
82,100 KB
testcase_24 AC 249 ms
82,160 KB
testcase_25 AC 248 ms
82,104 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

{ll n,m;rd(n,m);combination_mint c;c.init(1e7);wt(c.C(m+1,n+1));}
0