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