Powered by Blogger.

Tuesday, March 12, 2013

acm 136 Ugly numbers


#include <stdio.h>
int main()
{
  printf("The 1500'th ugly number is 859963392.");
  return 0;
}

2 comments: