File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 40
40
- run : oj-verify all
41
41
env :
42
42
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
43
- GH_PAT : ${{ secrets.GH_PAT }}
43
+ GH_PAT : this_token_is_never_used_but_oj_verify_requires_this
44
44
45
45
- run : git switch main
46
46
68
68
cp notebook.pdf $DIR
69
69
cp build/*.css $DIR
70
70
cp build/*.html $DIR
71
+ git clean -dfx
71
72
git switch gh-pages
72
73
cp $DIR/* .
73
74
git add . && git commit -m "build PDF" && git push
Original file line number Diff line number Diff line change 1
1
#### 素数の個数
2
2
3
- | $n$ | $10^2$ | $10^3$ | $10^4$ | $10^5$ | $10^6$ | $10^7$ | $10^8$ | $10^9$ |
4
- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
5
- | $\pi(n)$ | $25$ | $ 168$ | $ 1229$ | $ 9592$ | $ 78498$ | $6.6 \times 10^5$ | $5.8 \times 10^6$ | $5.1 \times 10^7$ |
3
+ | $n$ | $10^2$ | $10^3$ | $10^4$ | $10^5$ | $10^6$ | $10^7$ | $10^8$ | $10^9$ | $10^{10}$ |
4
+ | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
5
+ | $\pi(n)$ | 25 | 168 | 1229 | 9592 | 78498 | 664579 | 5.76e+6 | 5.08e+7 | 4.55e+8 |
6
6
7
7
#### 高度合成数
8
8
19
19
20
20
| $n$ | $2$ | $3$ | $5$ | $7$ | $11$ | $13$ | $17$ | $19$ | $23$ | $29$ |
21
21
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
22
- | $n\\ #$ | 2 | 6 | 30 | 210 | 2310 | 30030 | 510510 | 9699690 | $2.2 \times 10^8$ | $6.5 \times 10^9$ |
22
+ | $n\\ #$ | 2 | 6 | 30 | 210 | 2310 | 30030 | 510510 | 9.70e+6 | 2.23e+8 | 6.47e+9 |
23
23
24
24
#### 階乗
25
25
26
- | $5!$ | $6!$ | $7!$ | $8!$ | $9!$ | $10!$ | $11!$ | $12!$ |
27
- | --- | --- | --- | --- | --- | --- | --- | --- |
28
- | 120 | 720 | 5040 | 40320 | 362880 | 3628800 | $4.0 \times 10^7$ | $4.8 \times 10^8$ |
26
+ | $4!$ | $ 5!$ | $6!$ | $7!$ | $8!$ | $9!$ | $10!$ | $11!$ | $12!$ | $13 !$ |
27
+ | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
28
+ | 24 | 120 | 720 | 5040 | 40320 | 362880 | 3.63e+6 | 3.99e+7 | 4.79e+8 | 6.23e+9 |
You can’t perform that action at this time.
0 commit comments