This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <iostream> | |
#include <string> | |
// ------------------------------------------------------------------ | |
/// Generate and print the sequence A216983 to a std::string. | |
/// Weblink: http://oeis.org/A216983 | |
// | |
// Usage: | |
// ------ | |
// unsigned int uiMax(88); | |
// std::cout << PrintSequnce_A216983(uiMax)) << std::endl; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*.o | |
a.out | |
test | |
.*.swp | |
*~ | |
*.png | |
tags |