Advertisement
Farjana_akter

Untitled

Feb 28th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. #include<bits/stdc++.h>
  2. using namespace std;
  3. int main()
  4. {
  5. cout<<"The 1500'th ugly number is 859963392."<<endl;
  6. return 0;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement