0_0_22076067_28639.cpp: In function 'int main()':
0_0_22076067_28639.cpp:5:55: error: 'memset' was not declared in this scope
#define CLR(NAME,VALUE) memset(NAME,VALUE,sizeof(NAME))
^
0_0_22076067_28639.cpp:13:4: note: in expansion of macro 'CLR'
CLR(dp,-1);
^
|