0_0_33761072_4432.cpp: In function 'int main()': 0_0_33761072_4432.cpp:23:36: error: 'memset' was not declared in this scope #define mset(a) memset(a,0,sizeof a) ^ 0_0_33761072_4432.cpp:149:3: note: in expansion of macro 'mset' mset(x); ^