Count to 1 Million

denzil

New Member
Messages
134
Reaction score
3
Points
0
integrate (2*x^3 +18*x +10) dx (x = 0 .. 8 ) + 11
(= 2715)
 
Last edited:

paidbrowse66

New Member
Messages
15
Reaction score
0
Points
0
2717
number of digits: 4!
product of digits of product of digits of product of digits of product of digits: 4 !!
2*7*1*7=98; 9*8=72; 7*2=14; 1*4= 4 !!
Also:
(2+7)*(1+7)=9*8=72; 7*2=14; 1*4=4!!

Again:

sum of digits of sum of digits : 8
2+7+1+7=17; 1+7= 8 !!!
Also: (2+1)*(7+7)=3*14=42; 4*2 = 8!!
 
Last edited:

ritimao50

New Member
Messages
5
Reaction score
0
Points
0
main()
{

float num;

printf("Digite um numero:\n");
fflush(stdin);
scanf("%f", &num);
if ( num != 2718 )
printf(" 2718 ");
else
printf(" 2718 ");

getch();
}

output : " 2718 "


=D
 
Top