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