Weird bitset behaviour

前端 未结 0 694
天命终不由人
天命终不由人 2021-02-06 00:53

This executes perfectly fine:

int main() {

    ios_base::sync_with_stdio(0); cin.tie(0);

    bitset<20000000> b;
    return 0;

}

But if

相关标签:
回答
  • 消灭零回复
提交回复
热议问题