0_0_39498682_9512.cpp: In function 'node coun(node, node)':
0_0_39498682_9512.cpp:15:9: error: 'memset' was not declared in this scope
15 | memset(temp.a,0,sizeof(temp.a));
| ^~~~~~
0_0_39498682_9512.cpp:2:1: note: 'memset' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
1 | #include <iostream>
+++ |+#include <cstring>
2 | #define ll long long
0_0_39498682_9512.cpp: In function 'node Pow(node, long long int)':
0_0_39498682_9512.cpp:28:9: error: 'memset' was not declared in this scope
28 | memset(temp.a,0,sizeof(temp.a));
| ^~~~~~
0_0_39498682_9512.cpp:28:9: note: 'memset' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
0_0_39498682_9512.cpp: In function 'int main()':
0_0_39498682_9512.cpp:43:9: error: 'memset' was not declared in this scope
43 | memset(pe.a,0,sizeof(pe.a));
| ^~~~~~
0_0_39498682_9512.cpp:43:9: note: 'memset' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
|