I hope someone could tell me about the details, or give me a link for the tutorial. Thx
# | User | Rating |
---|---|---|
1 | tourist | 3856 |
2 | jiangly | 3747 |
3 | orzdevinwang | 3706 |
4 | jqdai0815 | 3682 |
5 | ksun48 | 3591 |
6 | gamegame | 3477 |
7 | Benq | 3468 |
8 | Radewoosh | 3462 |
9 | ecnerwala | 3451 |
10 | heuristica | 3431 |
# | User | Contrib. |
---|---|---|
1 | cry | 168 |
2 | -is-this-fft- | 162 |
3 | Dominater069 | 160 |
4 | Um_nik | 159 |
5 | atcoder_official | 156 |
6 | adamant | 153 |
6 | djm03178 | 153 |
8 | luogu_official | 149 |
9 | awoo | 147 |
10 | TheScrasse | 146 |
I hope someone could tell me about the details, or give me a link for the tutorial. Thx
Name |
---|
Like this
To insert a code fragment you must put line, consisting of five twiddles: ~~~~~, before and after the code.
`~~~~~
for (int i = 1; i <= n; ++i) sum += i * i;
~~~~~ `
To use latex formulas, you must enclose in with dollar sign $\sum\limits_{i=1}^{n}{i^{2}}$
thanks a lot.
Could you tell how to force images?
= (n!)2
But... It is not (n!)^2 actually, because it is sum, not production :)
`~~~~~
for (int i = 1; i <= n; ++i) sum += i * i;
~~~~~ `
$$$\prod\limits_{i=1}^{n}{i^{2}}={(n!)}^{2}$$$
$$$\sum\limits_{i=1}^{n}{i^{2}}={2*{n^{2}}}$$$
$$$a_{n}-a_{n-1}$$$
i tryied above can be done by inclosing following inside "$" sign
\prod\limits_{i=1}^{n}{i^{2}}={(n!)}^{2}
\sum\limits_{i=1}^{n}{i^{2}}={2*{n^{2}}}
a_{n}-a_{n-1}