Problem pushups
User YongXin
Submission Time 2023-06-13 17:57:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pushups.cpp: In function ‘int main()’:
pushups.cpp:10:18: error: request for member ‘begin’ in ‘b’, which is of non-class type ‘long long int [t]’
10 | m=max_element(b.begin(),b.end());
| ^~~~~
pushups.cpp:10:28: error: request for member ‘end’ in ‘b’, which is of non-class type ‘long long int [t]’
10 | m=max_element(b.begin(),b.end());
| ^~~