Problem discharging
User Xiaoyang
Submission Time 2024-03-14 23:42:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

discharging.cpp: In function ‘int main()’:
discharging.cpp:27:8: error: ‘a’ was not declared in this scope
27 | cin>>a[i];
| ^
discharging.cpp:32:14: error: ‘a’ was not declared in this scope
32 | mx=max(mx,a[i]);
| ^