Problem brick
User chiefoggy
Submission Time 2023-11-22 00:05:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

brick.cpp: In function ‘int main()’:
brick.cpp:7:40: error: ‘a’ was not declared in this scope
7 | for (int i = 0; i < n; ++i) cin >> a[i];
| ^