Project Euler+ #6
Hey guys,
Hope you all are doing great. I am back with another problem of Project Euler on
Project Euler #6: Sum square difference
The sum of the squares of the first ten natural numbers is, 12+22+...+102=385. The square of the sum of the first ten natural numbers is, (1+2+⋯+10)2=552=3025.
Project Euler+ #5
Hey guys,
Hope you all are doing great. I am back with another problem of Project Euler on
Project Euler #5: Smallest multiple
2520 is the smallest number that can be divided by each of the numbers from 1 to 10 without any remainder.
Project Euler+ #3
Hey guys,
Hope you all are doing great. I am back with another problem of Project Euler on
Project Euler #3: Largest prime factor
The prime factors of 13195 are 5, 7, 13 and 29.
What is the largest prime factor of a given number N?
Input Format
First line contains T, the number of test cases.