0_0_39911221_9090.cpp: In function 'int main()':
0_0_39911221_9090.cpp:11:9: error: 'memset' was not declared in this scope
11 | memset(sbAll, 0, sizeof(sbAll));
| ^~~~~~
0_0_39911221_9090.cpp:3:1: note: 'memset' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
2 | #include "math.h"
+++ |+#include <cstring>
3 | using namespace std;
|