結果
問題 |
No.790 ちきんの括弧並べ
|
ユーザー |
![]() |
提出日時 | 2020-09-11 00:45:23 |
言語 | PyPy3 (7.3.15) |
結果 |
AC
|
実行時間 | 46 ms / 2,000 ms |
コード長 | 111 bytes |
コンパイル時間 | 230 ms |
コンパイル使用メモリ | 82,048 KB |
実行使用メモリ | 52,096 KB |
最終ジャッジ日時 | 2024-12-24 05:42:49 |
合計ジャッジ時間 | 1,567 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 3 |
other | AC * 10 |
ソースコード
n = int(input()) import math ans = math.factorial(2*n)//math.factorial(n)//math.factorial(n)//(n+1) print(ans)