//找出1000以内的所有完数(一个数等于其因子之和)
void PerfectNumber()
{
int p[80]; //保存分解的因子
int i,num,count,s,c = 0;
int MaxNum = 10000;
for(num = 2; num < MaxNum; num++)
{
count = 0;
s = num;
for(i = 1; ...
English Article | Word Count | Duration | Accuracy | Speed | Backspace | Error | Slogan |
---|---|---|---|---|---|---|---|
《9*9乘法口诀表》 | 573字 | 9.0分钟 | 97% | 50 CPM | 143 次 | 14 | 不及格,加强练习! |
The wrong word this time: ),,M,a,x,N,u,m,;,,n,u,m,+ | |||||||
Suggestion:
可能对按键不够熟悉,或者对输入法不够熟练所导致,不要急慢慢来,先打对把准确率提高,然后逐渐的加快速度,最后才能打准打快。
|
|||||||
Inspirational quotes: 不用多久 我就会升职加薪 当上总经理 出任CEO 迎娶白富美 走向人生巅峰 想想还有点小激动呢。 ——罗宏明 | |||||||
What do you think of this article? Give it a rating and let it serve as a guiding light for others |