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 @@
详见 关于字符串读取的问题
+详见 关于字符串读取的问题
最近头又有点晕,不会高血压了吧😢。
-要打印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 @@学习了第四格的人称代词:
第一格 | 物主代词 | 第四格 |
---|---|---|
ich | mein | mich |
du | dein | dich |
er | sein | ihn |
sie | ihr | sie |
es | sein | es |
wir | unser | uns |
ihr | euer | euch |
sie | sein | sie |
Sie | Ihr | Sie |
wer | wessen | wen |
详见 关于字符串读取的问题
最近头又有点晕,不会高血压了吧😢。
要打印ACM的板子了,200多页,好贵
]]>学习了第四格的人称代词:
第一格 | 物主代词 | 第四格 |
---|---|---|
ich | mein | mich |
du | dein | dich |
er | sein | ihn |
sie | ihr | sie |
es | sein | es |
wir | unser | uns |
ihr | euer | euch |
sie | sein | sie |
Sie | Ihr | Sie |
wer | wessen | wen |
详见 关于字符串读取的问题
最近头又有点晕,不会高血压了吧😢。
要打印ACM的板子了,200多页,好贵
]]>给昨天先做一下总结
\nlong long
见祖宗大概就是这些了,今日事件晚上再更新。
\n下面是一些图片:
\nWelcome 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
|
More info: Writing
\n
|
More info: Server
\n
|
More info: Generating
\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
|
今天到19:47只写了三道题,小问题属于是一点敏感度都没有。
\n先是一道贪心因为神奇的原因没做出来。
\n然后是优先队列可能多次取都没注意到。
\n服了。
\n但是上午还是把多项式理论往后推进了一些,该整整数学分析了。
\n","tags":["总结"]},{"title":"20241017","url":"/2024/10/17/20241017/","content":"学习了第四格的人称代词:
\n第一格 | \n物主代词 | \n第四格 | \n
---|---|---|
ich | \nmein | \nmich | \n
du | \ndein | \ndich | \n
er | \nsein | \nihn | \n
sie | \nihr | \nsie | \n
es | \nsein | \nes | \n
wir | \nunser | \nuns | \n
ihr | \neuer | \neuch | \n
sie | \nsein | \nsie | \n
Sie | \nIhr | \nSie | \n
wer | \nwessen | \nwen | \n
详见 关于字符串读取的问题
\n最近头又有点晕,不会高血压了吧😢。
\n要打印ACM的板子了,200多页,好贵
\n","tags":["Journal"]},{"title":"note-weblab-w0","url":"/2024/09/30/note-weblab/","content":"flex
中,默认使用行排布
flex-grow
控制单元大小
清除计时器需要给 setInterval
一个名字(let sth = setInterval(func,time)
)
扩展不定数量多个元素时,可以使用 map() 进行。
\n()
: Used for arrow functions. Implicit return statement if there’s only one expression.{}
: Used for regular function declarations. Explicit return
statement needed.getline(std::cin,str) 读取到缓冲区'\\n'
前的字符串。故在 std::cin>>n>>m
这样的代码后,第一次读到的会是空串。因此需要有
|
这样的代码
\n","tags":["ACM","OI"]}] \ No newline at end of file +[{"title":"20240922","url":"/2024/09/22/20240922/","content":"给昨天先做一下总结
\nlong long
见祖宗大概就是这些了,今日事件晚上再更新。
\n下面是一些图片:
\n开局首绷:答案字符串不写换行,属于是一点竞赛记忆都不剩了。
\n不过正好,从头学起,把之前拉下的全补牢。
\n然后学习一下牛顿迭代,挺好写,爱写。
\n代码如下:
\n
|
今天到19:47只写了三道题,小问题属于是一点敏感度都没有。
\n先是一道贪心因为神奇的原因没做出来。
\n然后是优先队列可能多次取都没注意到。
\n服了。
\n但是上午还是把多项式理论往后推进了一些,该整整数学分析了。
\n","tags":["总结"]},{"title":"20241017","url":"/2024/10/17/20241017/","content":"学习了第四格的人称代词:
\n第一格 | \n物主代词 | \n第四格 | \n
---|---|---|
ich | \nmein | \nmich | \n
du | \ndein | \ndich | \n
er | \nsein | \nihn | \n
sie | \nihr | \nsie | \n
es | \nsein | \nes | \n
wir | \nunser | \nuns | \n
ihr | \neuer | \neuch | \n
sie | \nsein | \nsie | \n
Sie | \nIhr | \nSie | \n
wer | \nwessen | \nwen | \n
详见 关于字符串读取的问题
\n最近头又有点晕,不会高血压了吧😢。
\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
|
More info: Writing
\n
|
More info: Server
\n
|
More info: Generating
\n
|
More info: Deployment
\n"},{"title":"note-weblab-w0","url":"/2024/09/30/note-weblab/","content":"flex
中,默认使用行排布
flex-grow
控制单元大小
清除计时器需要给 setInterval
一个名字(let sth = setInterval(func,time)
)
扩展不定数量多个元素时,可以使用 map() 进行。
\n()
: Used for arrow functions. Implicit return statement if there’s only one expression.{}
: Used for regular function declarations. Explicit return
statement needed.啦啦啦
\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","tags":["ACM","OI"]}] \ No newline at end of file