Problem brick
User howdoicode
Submission Time 2025-02-12 16:10:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

brick.cpp: In function ‘int main()’:
brick.cpp:12:42: error: size of array ‘c’ exceeds maximum object size ‘9223372036854775807’
12 | 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;
| ^