diff --git a/2024/09/23/20240923/index.html b/2024/09/23/20240923/index.html index 7654dce..56fad4e 100644 --- a/2024/09/23/20240923/index.html +++ b/2024/09/23/20240923/index.html @@ -27,7 +27,7 @@ - + diff --git a/2024/09/22/20240922/ACM-ICPC_Templates_201805.pdf b/2024/10/17/20241017/ACM-ICPC_Templates_201805.pdf similarity index 100% rename from 2024/09/22/20240922/ACM-ICPC_Templates_201805.pdf rename to 2024/10/17/20241017/ACM-ICPC_Templates_201805.pdf diff --git a/2024/10/17/20241017/index.html b/2024/10/17/20241017/index.html index 7f7dd0a..90c62cc 100644 --- a/2024/10/17/20241017/index.html +++ b/2024/10/17/20241017/index.html @@ -27,7 +27,7 @@ - + @@ -370,9 +370,9 @@

Deuts wen -

Programming

详见 关于字符串读取的问题

+

Programming

详见 关于字符串读取的问题

Feeling

最近头又有点晕,不会高血压了吧😢。

-

要打印ACM的板子了,200多页,好贵

+

要打印ACM的板子了,200多页,好贵

diff --git a/local-search.xml b/local-search.xml index da4fc7f..dd95167 100644 --- a/local-search.xml +++ b/local-search.xml @@ -8,7 +8,7 @@ /2024/10/17/20241017/ - Deutsch

学习了第四格的人称代词:

第一格物主代词第四格
ichmeinmich
dudeindich
erseinihn
sieihrsie
esseines
wirunseruns
ihreuereuch
sieseinsie
SieIhrSie
werwessenwen

Programming

详见 关于字符串读取的问题

Feeling

最近头又有点晕,不会高血压了吧😢。

要打印ACM的板子了,200多页,好贵

]]>
+ Deutsch

学习了第四格的人称代词:

第一格物主代词第四格
ichmeinmich
dudeindich
erseinihn
sieihrsie
esseines
wirunseruns
ihreuereuch
sieseinsie
SieIhrSie
werwessenwen

Programming

详见 关于字符串读取的问题

Feeling

最近头又有点晕,不会高血压了吧😢。

要打印ACM的板子了,200多页,好贵

]]>
diff --git a/search.json b/search.json index 2ad9d8b..b1de815 100644 --- a/search.json +++ b/search.json @@ -1 +1 @@ -[{"title":"20240922","url":"/2024/09/22/20240922/","content":"

回归辣

昨日总结

给昨天先做一下总结

\n
    \n
  1. 骑车到达尖岭沙滩,闻到了海的味道,舒服。
  2. \n
  3. 重建了博客,今后要多写多总结
  4. \n
  5. 复建CF,但是发现自己好菜啊。 另: 不开long long 见祖宗
  6. \n
  7. 早上看了看丘维声的高等代数。这才是好的大学老师的模样啊!
  8. \n
\n

大概就是这些了,今日事件晚上再更新。

\n

下面是一些图片:

\n

\"牛\"
\"海\"
\"椅\"
\"花\"

\n"},{"title":"Hello World","url":"/2024/09/21/hello-world/","content":"

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.

\n

Quick Start

Create a new post

$ hexo new "My New Post"
\n\n

More info: Writing

\n

Run server

$ hexo server
\n\n

More info: Server

\n

Generate static files

$ hexo generate
\n\n

More info: Generating

\n

Deploy to remote sites

$ hexo deploy
\n\n

More info: Deployment

\n"},{"title":"tmp","url":"/2024/09/22/tmp/","content":"

搞不懂

啦啦啦

\n"},{"title":"20240923","url":"/2024/09/23/20240923/","content":"

小总结

开局首绷:答案字符串不写换行,属于是一点竞赛记忆都不剩了。

\n

不过正好,从头学起,把之前拉下的全补牢。

\n

然后学习一下牛顿迭代,挺好写,爱写。

\n

代码如下:

\n
double f(double x)//some function
double df(double x) //the derivative of the function
double newtonIterate(double eps=1e-7,int maxIt)
{
double curr = 1.0;
for(int i = 1;i<=maxIt;++i)
{
double fx = f(curr);
if(abs(fx)<eps)
return curr;
double dfx=df(curr)
if(dfx==0)
return -1;
curr-=fx/dfx;
}
return -1;
}
\n\n\n","tags":["日志"]},{"title":"20240926","url":"/2024/09/26/20240926/","content":"

总结

今天到19:47只写了三道题,小问题属于是一点敏感度都没有。

\n

先是一道贪心因为神奇的原因没做出来。

\n

然后是优先队列可能多次取都没注意到。

\n

服了。

\n

但是上午还是把多项式理论往后推进了一些,该整整数学分析了。

\n","tags":["总结"]},{"title":"20241017","url":"/2024/10/17/20241017/","content":"

Deutsch

学习了第四格的人称代词:

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
第一格物主代词第四格
ichmeinmich
dudeindich
erseinihn
sieihrsie
esseines
wirunseruns
ihreuereuch
sieseinsie
SieIhrSie
werwessenwen
\n

Programming

详见 关于字符串读取的问题

\n

Feeling

最近头又有点晕,不会高血压了吧😢。

\n

要打印ACM的板子了,200多页,好贵

\n","tags":["Journal"]},{"title":"note-weblab-w0","url":"/2024/09/30/note-weblab/","content":"

总结

    \n
  1. flex 中,默认使用行排布

    \n
  2. \n
  3. flex-grow 控制单元大小

    \n
  4. \n
  5. 清除计时器需要给 setInterval一个名字(let sth = setInterval(func,time)

    \n
  6. \n
\n

10.10

扩展不定数量多个元素时,可以使用 map() 进行。

\n\n","tags":["前端"]},{"title":"杂题小点","url":"/2024/10/17/%E6%9D%82%E9%A2%98%E5%B0%8F%E7%82%B9/","content":"

关于字符串读取的问题

getline(std::cin,str) 读取到缓冲区'\\n' 前的字符串。故在 std::cin>>n>>m 这样的代码后,第一次读到的会是空串。因此需要有

\n
while(str=="")
getline(std::cin,str);
\n\n

这样的代码

\n","tags":["ACM","OI"]}] \ No newline at end of file +[{"title":"20240922","url":"/2024/09/22/20240922/","content":"

回归辣

昨日总结

给昨天先做一下总结

\n
    \n
  1. 骑车到达尖岭沙滩,闻到了海的味道,舒服。
  2. \n
  3. 重建了博客,今后要多写多总结
  4. \n
  5. 复建CF,但是发现自己好菜啊。 另: 不开long long 见祖宗
  6. \n
  7. 早上看了看丘维声的高等代数。这才是好的大学老师的模样啊!
  8. \n
\n

大概就是这些了,今日事件晚上再更新。

\n

下面是一些图片:

\n

\"牛\"
\"海\"
\"椅\"
\"花\"

\n"},{"title":"20240923","url":"/2024/09/23/20240923/","content":"

小总结

开局首绷:答案字符串不写换行,属于是一点竞赛记忆都不剩了。

\n

不过正好,从头学起,把之前拉下的全补牢。

\n

然后学习一下牛顿迭代,挺好写,爱写。

\n

代码如下:

\n
double f(double x)//some function
double df(double x) //the derivative of the function
double newtonIterate(double eps=1e-7,int maxIt)
{
double curr = 1.0;
for(int i = 1;i<=maxIt;++i)
{
double fx = f(curr);
if(abs(fx)<eps)
return curr;
double dfx=df(curr)
if(dfx==0)
return -1;
curr-=fx/dfx;
}
return -1;
}
\n\n\n","tags":["日志"]},{"title":"20240926","url":"/2024/09/26/20240926/","content":"

总结

今天到19:47只写了三道题,小问题属于是一点敏感度都没有。

\n

先是一道贪心因为神奇的原因没做出来。

\n

然后是优先队列可能多次取都没注意到。

\n

服了。

\n

但是上午还是把多项式理论往后推进了一些,该整整数学分析了。

\n","tags":["总结"]},{"title":"20241017","url":"/2024/10/17/20241017/","content":"

Deutsch

学习了第四格的人称代词:

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
第一格物主代词第四格
ichmeinmich
dudeindich
erseinihn
sieihrsie
esseines
wirunseruns
ihreuereuch
sieseinsie
SieIhrSie
werwessenwen
\n

Programming

详见 关于字符串读取的问题

\n

Feeling

最近头又有点晕,不会高血压了吧😢。

\n

要打印ACM的板子了,200多页,好贵

\n","tags":["Journal"]},{"title":"Hello World","url":"/2024/09/21/hello-world/","content":"

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.

\n

Quick Start

Create a new post

$ hexo new "My New Post"
\n\n

More info: Writing

\n

Run server

$ hexo server
\n\n

More info: Server

\n

Generate static files

$ hexo generate
\n\n

More info: Generating

\n

Deploy to remote sites

$ hexo deploy
\n\n

More info: Deployment

\n"},{"title":"note-weblab-w0","url":"/2024/09/30/note-weblab/","content":"

总结

    \n
  1. flex 中,默认使用行排布

    \n
  2. \n
  3. flex-grow 控制单元大小

    \n
  4. \n
  5. 清除计时器需要给 setInterval一个名字(let sth = setInterval(func,time)

    \n
  6. \n
\n

10.10

扩展不定数量多个元素时,可以使用 map() 进行。

\n\n","tags":["前端"]},{"title":"tmp","url":"/2024/09/22/tmp/","content":"

搞不懂

啦啦啦

\n"},{"title":"杂题小点","url":"/2024/10/17/%E6%9D%82%E9%A2%98%E5%B0%8F%E7%82%B9/","content":"

关于字符串读取的问题

getline(std::cin,str) 读取到缓冲区'\\n' 前的字符串。故在 std::cin>>n>>m 这样的代码后,第一次读到的会是空串。因此需要有

\n
while(str=="")
getline(std::cin,str);
\n\n

这样的代码

\n","tags":["ACM","OI"]}] \ No newline at end of file