Problem | catlunch |
---|---|
User | WHEE29alt |
Submission Time | 2024-12-20 19:36:11 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
catlunch.cpp: In function ‘int main()’:
catlunch.cpp:12:35: error: size of array ‘a’ exceeds maximum object size ‘9223372036854775807’
12 | int a[99999999999999999999];
| ^
catlunch.cpp:13:29: error: ‘a’ was not declared in this scope
13 | tastiness.push_back(a);
| ^