Uva 136 Solution

#include<iostream>
using namespace std;
int main()
{
    cout << "The 1500'th ugly number is 859963392." << endl;
    return 0;
}

Comments