UVA 136 - Ugly Numbers

Problem PDF

Solution:

#include
int main()
{
        printf("The 1500'th ugly number is 859963392.\n");
        return 0;
}
https://github.com/Shipu/OnlineJudgeProblemSolutionWithCPlusPlus/tree/master/uva/136/136.cpp