| Problem | helloworld |
|---|---|
| User | WHEE29alt |
| Submission Time | 2024-12-20 20:20:42 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:5:30: error: size of array ‘a’ exceeds maximum object size ‘9223372036854775807’
5 | int a[9223372036854775806];
| ^
helloworld.cpp:7:13: error: ‘a’ was not declared in this scope
7 | int c = a[5];
| ^