Uva 136 Solution on May 24, 2019 Get link Facebook X Pinterest Email Other Apps #include<iostream> using namespace std; int main() { cout << "The 1500'th ugly number is 859963392." << endl; return 0; } Comments
Comments
Post a Comment