Problem helloworld
User Petkub
Submission Time 2026-01-14 22:55:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int32_t main()’:
helloworld.cpp:8:13: error: size of array ‘arr’ exceeds maximum object size ‘9223372036854775807’
8 | int arr[MAXN];
| ^~~~