0_0_18875785_20710.cpp:16:1: error: 'bitset' does not name a type
bitset<5000020>res,bs[10],tmp;
^
0_0_18875785_20710.cpp: In function 'int main()':
0_0_18875785_20710.cpp:22:3: error: 'res' was not declared in this scope
res.set();
^
0_0_18875785_20710.cpp:32:24: error: 'bs' was not declared in this scope
for(int i=0;i<10;i++)bs[i].reset();
^
0_0_18875785_20710.cpp:33:24: error: 'bs' was not declared in this scope
for(int j=0;s[j];j++)bs[s[j]-'0'][j]=1;
^
0_0_18875785_20710.cpp:35:4: error: 'tmp' was not declared in this scope
tmp.reset();
^
0_0_18875785_20710.cpp:37:10: error: 'bs' was not declared in this scope
tmp|=bs[has[i][j]];
^
|