| Problem | blockrain |
|---|---|
| User | pearl333 |
| Submission Time | 2025-12-29 16:10:55 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
blockrain.cpp: In function ‘int main()’:
blockrain.cpp:11:14: error: ‘a’ was not declared in this scope
11 | mx = max(a[i],mx);
| ^
blockrain.cpp:15:33: error: ‘a’ was not declared in this scope
15 | for (int i = 0;i<n;i++) cout<<a[i]<<' ';
| ^