摘要:
Mathematically some problems look hard. But with the help of the computer, some problems can be easily solvable. In this problem, you will be given tw 阅读全文
摘要:
1 int degree_in_fact(int n, int x)//求n!中素数x的次数 2 {3 if(m) 4 return degree_in_fact(n/x,x)+n/x; 5 return 0; 6 } 阅读全文
摘要:
昨天了解到,原来scanf输入也会超时。。。真的还有好多需要学习的。 由于暂时遇不到几百万的输入量,所以暂时没法总结自己的经验。 先放着等遇到题目再回过头来总结。 https://blog.csdn.net/qingshui23/article/details/51077914 https://ww 阅读全文