| Problem | brick |
|---|---|
| User | howdoicode |
| Submission Time | 2025-02-12 16:11:02 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
brick.cpp: In function ‘int main()’:
brick.cpp:12:52: error: size of array ‘c’ exceeds maximum object size ‘9223372036854775807’
12 | long long int c[1000000000000000000000000000000];
| ^
brick.cpp:18:13: error: ‘c’ was not declared in this scope
18 | c[size++] = noo;
| ^
brick.cpp:24:17: error: ‘c’ was not declared in this scope
24 | cout << c[i] << endl;
| ^