Problem binaryspells
User Reverberate
Submission Time 2023-08-29 20:49:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

binaryspells.cpp: In function ‘int main()’:
binaryspells.cpp:20:19: error: ‘__builtin__popcount’ was not declared in this scope; did you mean ‘__builtin_popcount’?
20 | for(int x=0;x<__builtin__popcount(ma);x++){
| ^~~~~~~~~~~~~~~~~~~
| __builtin_popcount