create a bitset of 1024 bits,

include

using namespace std;

int main() { bitset<1024> bits; return 0; }