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