Wednesday, July 2, 2014

UVa - 136 - Ugly Numbers

#include <iostream>
#include <cstdio>

using namespace std;

int main(){
    printf("The 1500'th ugly number is 859963392.\n");
    return 0;
}

No comments:

Post a Comment