diff --git a/2336-231129-pass/main.cpp b/2336-231129-pass/main.cpp new file mode 100644 index 0000000..f48e086 --- /dev/null +++ b/2336-231129-pass/main.cpp @@ -0,0 +1,36 @@ +#include +using namespace std; + +class SmallestInfiniteSet { +public: + const int length = 1010; + bool nums[1010]; + SmallestInfiniteSet() { + for(int i = 0 ; i