Problem dquery
User PlayVoltz
Submission Time 2023-07-29 23:52:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dquery.cpp: In function ‘int main()’:
dquery.cpp:17:3: error: ‘bitsett’ was not declared in this scope
17 | bitsett <int> uset;
| ^~~~~~~
dquery.cpp:17:12: error: expected primary-expression before ‘int’
17 | bitsett <int> uset;
| ^~~
dquery.cpp:19:4: error: ‘uset’ was not declared in this scope
19 | uset.set(vect[i]);
| ^~~~
dquery.cpp:21:9: error: ‘uset’ was not declared in this scope
21 | cout<<uset.count()<<"\n";
| ^~~~