CC
../main.cpp:11:23: warning: integer constant is so large that it is unsigned
11 | auto hui = sizeof(18446744073709551615 * 18446744073709551615);
| ^~~~~~~~~~~~~~~~~~~~
../main.cpp:11:46: warning: integer constant is so large that it is unsigned
11 | auto hui = sizeof(18446744073709551615 * 18446744073709551615);
| ^~~~~~~~~~~~~~~~~~~~

