• Stars
    star
    1
  • Language
    C++
  • Created over 2 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

In this c++ source of code I made combination of numbers from 1 to 1e9 what works faster than only using "for(long long i=0; i<1e9; i++)" and then cout.