window.cnblogsConfig = { articleDirectory: { position: 'right', }, } window.cnblogsConfig = { articleDirectory: { minBodyWeight: 1400, }, } window.cnblogsConfig = { articleDirectory: { autoWidthScroll: true, }, }
摘要: #其他的文章可以从左上角查看啊 阅读全文
posted @ 2022-05-15 16:50 youngerstars 阅读(21) 评论(0) 推荐(0)
摘要: #数论(qwq ##质数 https://www.acwing.com/problem/content/868/ ###试除法 最朴素的写法 \(O(n)\) bool in_prime(int x){ if(x < 2) return false; for(int i=2;i<x;i++){ if 阅读全文
posted @ 2022-05-16 19:30 youngerstars 阅读(44) 评论(0) 推荐(0)
摘要: 第一天进入博客园,希望未来会更好。 阅读全文
posted @ 2022-05-15 11:44 youngerstars 阅读(27) 评论(0) 推荐(0)