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