0_0_17008687_1374.cpp: In function 'int main()':
0_0_17008687_1374.cpp:14:45: error: 'memset' was not declared in this scope
#define clr(x, k) memset((x), (k), sizeof(x))
^
0_0_17008687_1374.cpp:31:9: note: in expansion of macro 'clr'
clr(degree, 0);
^
|