尤拉計畫 第六題

2021-06-29 04:43:57 字數 592 閱讀 8689

前十個自然數的平方和是:

1 2 + 2

2 + ... + 10

2 = 385

前十個自然數的和的平方是:

(1 + 2 + ... + 10)

2 = 55

2 = 3025

所以平方和與和的平方的差是3025

找出前一百個自然數的平方和與和平方的差。 原始碼

stdmethodimp coula::test6(int number)

for(int i = 1; i <= number; i++)

} printf("the test 6 number is %d.\n",isquaresumnumber - isumsquarenumber);

return s_ok;

}

函式呼叫

#define test6_number 100

ioula->test6(test6_number);

輸出

the test 6 number is 25164150.

100題 第六題

舉乙個例子,數值 0,1,2,3,4,5,6,7,8,9 分配 6,2,1,0,0,0,1,0,0,0 0在下排出現了6次,1在下排出現了2次,2在下排出現了1次,3在下排出現了0次.以此類推.一,暴力破解法 includeusing namespace std const int len 10 i...

VJ第六題題解

輸入三個字元後,按各字元的ascii碼從小到大的順序輸出這三個字元。input 輸入資料有多組,每組佔一行,有三個字元組成,之間無空格。output 對於每組輸入資料,輸出一行,字元中間用乙個空格分開。sample input qweasd zxcsample output e q w a d s ...

尤拉計畫36題

double base palindromes problem 36 the decimal number,585 10010010012 binary is palindromic in both bases.find the sum of all numbers,less than one mi...