My New Blog

My New Blog

As I have graduated from senior high and attend university now, I set up this new blog to record my study and my college life. The old blog (my old blog) is no longer updated, though the content will not be deleted. This new blog still focuses on contests about algorithms —- ICPC/CCPC in this case. That is to say, the content of this blog will mainly be study notes, solutions to problems and diaries regarding contests. Nevertheless, I will upload some casual essays when I feel like to do so.

This is a brand new journey, during which I will do my best.

#希君生羽翼,一化北溟鱼#


The following part is for testing

math formula:

$\color{red}\alpha_{\color{blue}\beta+\color{green}\gamma},\color{orange}\delta_\color{magenta}\epsilon$

This is a quote.

code: bitset

code block:

1
2
3
4
5
6
7
8
#include<cstdio>
using namespace std;
int a, b;
int main(){
scanf("%d%d", &a, &b);
printf("%d\n", a + b);
return 0;
}
作者

xyfJASON

发布于

2020-01-17

更新于

2021-11-27

许可协议

评论