Problem cny
User Dolphy
Submission Time 2023-09-02 20:39:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cny.cpp: In function ‘int main()’:
cny.cpp:7:2: error: ‘memset’ was not declared in this scope
7 | memset(relatives, 0, sizeof(relatives));
| ^~~~~~
cny.cpp:2:1: note: ‘memset’ is defined in header ‘<cstring>’; did you forget to ‘#include <cstring>’?
1 | #include <iostream>
+++ |+#include <cstring>
2 | using namespace std;