Problem helloworld
User WHEE29alt
Submission Time 2024-12-20 20:20:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:5:58: error: size of array ‘a’ exceeds maximum object size ‘9223372036854775807’
5 | int a[10000000000000000000000000000000000000000000000];
| ^
helloworld.cpp:7:13: error: ‘a’ was not declared in this scope
7 | int c = a[5];
| ^