摘要:
2020年6月,我毕业了,名副其实的毕业于加理敦大学(加拿大理工大学联合伦敦大学创建的新学校),一直以来见不得分别的场面,或许是上天垂帘我们,连最后和同学们见面相聚的机会都没有了。 2020年我长大了,半年以来,见证了一位老人同病魔的顽强斗争。1、2月的时候正是疫情的高峰期,和往年不同的是并没有在年 阅读全文
摘要:
1.知网 https://www.cnki.net/ 2.百度学术 http://xueshu.baidu.com/ 查找doi号后在此下载 http://www.sci-hub.ren/ 阅读全文
摘要:
DSM(Data Structure Master) once learned about tree when he was preparing for NOIP(National Olympiad in Informatics in Provinces) in Senior High School 阅读全文
摘要:
推荐博客:https://www.cnblogs.com/SYCstudio/p/7260613.html#4246029 阅读全文
摘要:
262144K Alice has a magic array. She suggests that the value of a interval is equal to the sum of the values in the interval, multiplied by the smalle 阅读全文
摘要:
You are given an array aa consisting of nn integers. Beauty of array is the maximum sum of some consecutive subarray of this array (this subarray may 阅读全文
摘要:
基本框架 字符集编码 标题 段内换行 空格字符 预留格式 所有的文本就和输入的文本一模一样了 行内组合 文本的特殊标记处理 水平线 注释 段落标签 超链接 插入图像 img 阅读全文
摘要:
题意 : 求一个数 n 的阶层在 m 进制下末尾 0 的个数 思路分析 : 如果是 10 进制地话我们是很容易知道怎么做的,数一下其对 5 约数地个数即可,但是换成 m 进制的话就需要先将 m 分解质因数,然后然后看 n! 下因数个数最少的是几个,即是最终答案。 代码示例 : 阅读全文