0_0_38928896_25351.cpp: In function 'int main()':
0_0_38928896_25351.cpp:19:17: error: 'memset' was not declared in this scope
19 | memset(numLevel, 0, sizeof(numLevel));
| ^~~~~~
0_0_38928896_25351.cpp:2:1: note: 'memset' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
1 | #include <iostream>
+++ |+#include <cstring>
2 | #include <string>
|