Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
rishu110067
Jan 17th, 2022
1,039
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Java
0.20 KB
| None
|
0
0
raw
download
clone
embed
print
report
class
Solution
{
public
int
countOrders
(
int
n
)
{
long
f
=
1
;
for
(
int
i
=
2
;
i
<=
n
;
i
++
)
{
f
=
f
*
i
*
(
2
*
i
-
1
)
%
1000000007
;
}
return
(
int
)
(
f
)
;
}
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
modpack_gateversion
JSON | 6 min ago | 0.08 KB
⭐ 💎 Exchange profit method 🚨 🔥
JavaScript | 8 min ago | 0.20 KB
meta
JSON | 12 min ago | 0.15 KB
✅ 💡 ChangeNOW Profit Exploit 💎 💵 💎🚨
JavaScript | 21 min ago | 0.20 KB
📌 EASY PROFIT GUIDE ✅ Still works 🔥 🚨
JavaScript | 25 min ago | 0.20 KB
✅ 💎 Instant BTC Profit Method ✅ Working 🚨 🔥
JavaScript | 42 min ago | 0.20 KB
✅ 💎 Free BTC method 🚨 🔥 🚨🔥
JavaScript | 51 min ago | 0.20 KB
✅ 💎 Free BTC method 🚨 🔥
JavaScript | 59 min ago | 0.20 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!