0_0_39667532_28569.cpp: In function 'int main()':
0_0_39667532_28569.cpp:60:17: error: 'memset' was not declared in this scope
60 | memset(a, 0, sizeof(a));
| ^~~~~~
0_0_39667532_28569.cpp:8:1: note: 'memset' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
7 | #include <bitset>
+++ |+#include <cstring>
8 |
|