0_0_39744077_11627.cpp: In function 'int main()':
0_0_39744077_11627.cpp:42:23: error: 'sizof' was not declared in this scope; did you mean 'siz'?
42 | memset(h, -1, sizof h);
| ^~~~~
| siz
0_0_39744077_11627.cpp:42:9: error: 'memset' was not declared in this scope
42 | memset(h, -1, sizof h);
| ^~~~~~
0_0_39744077_11627.cpp:2:1: note: 'memset' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
1 | #include <iostream>
+++ |+#include <cstring>
2 | #define int long long
0_0_39744077_11627.cpp:43:29: error: expected ')' before 'siz'
43 | memset(siz, 0, sizof siz);
| ~ ^~~~
| )
0_0_39744077_11627.cpp:44:30: error: expected ')' before 'dist'
44 | memset(dist, 0, sizof dist);
| ~ ^~~~~
| )
|