Problem link : UVa 136 - Ugly Numbers
Solution :
#include<stdio.h>
int main()
{
printf("The 1500'th ugly number is 859963392.\n");
return 0;
}
Solution :
#include<stdio.h>
int main()
{
printf("The 1500'th ugly number is 859963392.\n");
return 0;
}
Ugly coding...
ReplyDelete