0_0_39214086_16754.cpp: In function 'int main()':
0_0_39214086_16754.cpp:8:17: error: 'memset' was not declared in this scope
8 | memset(a, 0, sizeof(a));
| ^~~~~~
0_0_39214086_16754.cpp:2:1: note: 'memset' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
1 | #include<stdio.h>
+++ |+#include <cstring>
2 | int main() {
|