From 740e0df48eb43e739fdb70292e17364ed2305800 Mon Sep 17 00:00:00 2001 From: YttriumWillow Date: Sat, 28 Oct 2023 13:21:26 +0800 Subject: [PATCH] Site updated: 2023-10-28 13:21:26 --- 2023/10/26/Test-Article/index.html | 2 +- 2023/10/26/hello-world/index.html | 2 +- .../index.html" | 2 +- .../index.html" | 2 +- archives/2023/10/index.html | 2 +- archives/2023/index.html | 2 +- archives/index.html | 2 +- categories/index.html | 2 +- index.html | 2 +- tags/OI/index.html | 2 +- tags/index.html | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/2023/10/26/Test-Article/index.html b/2023/10/26/Test-Article/index.html index 8977769..f7e37e1 100644 --- a/2023/10/26/Test-Article/index.html +++ b/2023/10/26/Test-Article/index.html @@ -31,7 +31,7 @@ switchTab(); window.addEventListener('hashchange', switchTab, false); })(); -

Test Article

First

Second

Third

Fourth

Fifth
Sixth
1
2
3
4
5
6
7
#include <iostream>
using namespace std;
int main()
{
cout << "Love You" << endl;
return 0;
}
+

Test Article

First

Second

Third

Fourth

Fifth
Sixth
1
2
3
4
5
6
7
#include <iostream>
using namespace std;
int main()
{
cout << "Love You" << endl;
return 0;
}
1
print("Hello, Love from Yttr")


$f(x) = x^2+x+1$

diff --git a/2023/10/26/hello-world/index.html b/2023/10/26/hello-world/index.html index 60c34d2..f5deabc 100644 --- a/2023/10/26/hello-world/index.html +++ b/2023/10/26/hello-world/index.html @@ -31,7 +31,7 @@ switchTab(); window.addEventListener('hashchange', switchTab, false); })(); -

Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

+

Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server
diff --git "a/2023/10/27/P5377-THUPC2019-\351\270\275\351\270\275\347\232\204\345\210\206\345\211\262-\351\242\230\350\247\243/index.html" "b/2023/10/27/P5377-THUPC2019-\351\270\275\351\270\275\347\232\204\345\210\206\345\211\262-\351\242\230\350\247\243/index.html" index 72b5454..e6c15b4 100644 --- "a/2023/10/27/P5377-THUPC2019-\351\270\275\351\270\275\347\232\204\345\210\206\345\211\262-\351\242\230\350\247\243/index.html" +++ "b/2023/10/27/P5377-THUPC2019-\351\270\275\351\270\275\347\232\204\345\210\206\345\211\262-\351\242\230\350\247\243/index.html" @@ -31,7 +31,7 @@ switchTab(); window.addEventListener('hashchange', switchTab, false); })(); -
P5377 [THUPC2019] 鸽鸽的分割 题解

P5377 [THUPC2019] 鸽鸽的分割 题解

简要题意

连结圆上 $n$ 个点,求最多能够把圆分成几个部分。

+
P5377 [THUPC2019] 鸽鸽的分割 题解

P5377 [THUPC2019] 鸽鸽的分割 题解

简要题意

连结圆上 $n$ 个点,求最多能够把圆分成几个部分。

前置知识

欧拉公式:$F(ace)=E(dge) - V(ertex)+2$

人话:$\text{多边形面数} = \text{边数} - \text{顶点数} + 2$

思路

将一个圆折叠成一个多面体,你可以进行一些奇妙的空间变换来达到这一点。

diff --git "a/2023/10/27/\345\205\254\345\274\217\346\270\262\346\237\223\345\216\213\345\212\233\346\265\213\350\257\225/index.html" "b/2023/10/27/\345\205\254\345\274\217\346\270\262\346\237\223\345\216\213\345\212\233\346\265\213\350\257\225/index.html" index f727d19..8b3bf29 100644 --- "a/2023/10/27/\345\205\254\345\274\217\346\270\262\346\237\223\345\216\213\345\212\233\346\265\213\350\257\225/index.html" +++ "b/2023/10/27/\345\205\254\345\274\217\346\270\262\346\237\223\345\216\213\345\212\233\346\265\213\350\257\225/index.html" @@ -31,7 +31,7 @@ switchTab(); window.addEventListener('hashchange', switchTab, false); })(); -
公式渲染压力测试

公式渲染压力测试

P8670 [蓝桥杯 2018 国 B] 矩阵求和 题解

前置芝士 / 题目