Problem eating
User Dolphy
Submission Time 2023-11-23 16:26:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eating.cpp: In function ‘int main()’:
eating.cpp:9:52: error: size ‘-9223372036854775808’ of array ‘brand’ is negative
9 | unsigned long long int brand[9223372036854775808][9223372036854775808], a, b;
| ^~~~~~~~~~~~~~~~~~~
eating.cpp:9:31: error: size ‘-9223372036854775808’ of array ‘brand’ is negative
9 | unsigned long long int brand[9223372036854775808][9223372036854775808], a, b;
| ^~~~~~~~~~~~~~~~~~~
eating.cpp:10:32: error: expected ‘)’ before ‘;’ token
10 | memset(brand, 0, sizeof(brand);
| ~ ^
| )