18 Ekim 2017 Çarşamba

Yeniden Bismillah. >>print 'Hello World!'

8 Mart 2011 Salı

projecteuler.net problem#3

The prime factors of 13195 are 5, 7, 13 and 29.

What is the largest prime factor of the number 600851475143 ?

Problem#3



projecteuler.net problem#3

projecteuler.net problem#2

Each new term in the Fibonacci sequence is generated by adding the previous two terms. By starting with 1 and 2, the first 10 terms will be:

1, 2, 3, 5, 8, 13, 21, 34, 55, 89, ...

By considering the terms in the Fibonacci sequence whose values do not exceed four million, find the sum of the even-valued terms.

Problem#2


projecteuler.net problem#2

projecteuler.net problem#1

If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23.

Find the sum of all the multiples of 3 or 5 below 1000.

Problem#1



projecteuler.net problemleri#1

22 Şubat 2011 Salı

13 Haziran 2010 Pazar

11 Haziran 2010 Cuma

Faktöriyel



Programın Amacı: Klavyeden girilen pozitif doğal sayıya föktöriyel işlemini yaptıran programın yazılması.

Programın Yapılışı: İki tane genel değişken ve bir tane fonksiyon işlemi gerçekleştiren fonksiyon kullanılarak yapılır. Klavyeden girilen sayi ve bulmaya çalıştığımız sonuc değişken olarak yazılır. Klavyeden girilen sayi fonksiyonda işleme tutularak sonuc değişkenine değer atanır. İşlem yapan faktoriyel fonksiyonu ise klavyeden girilen sayının pozitif doğal sayı olması koşulu ile çalışır. Faktoriyel fonksiyonunda klavyeden girilen pozitif sayının her dönüşte 1 azalarak çarpılmasıyla sonuc bulunur.