Tuesday, October 4, 2011

uva : 136 - Ugly Number


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

No comments:

Post a Comment