0_0_39071818_6019.cpp: In function 'int main()':
0_0_39071818_6019.cpp:29:28: error: unable to find numeric literal operator 'operator""sizeof'
29 | memset(vis,0.sizeof(vis));
| ^~~~~~~~
0_0_39071818_6019.cpp:29:28: note: use '-fext-numeric-literals' to enable more built-in suffixes
|