Problem lis_easy
User Hijackedsoul
Submission Time 2023-07-07 17:05:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lis_easy.cpp: In function ‘int main()’:
lis_easy.cpp:16:24: error: ‘fmax’ is not a member of ‘std’; did you mean ‘max’?
16 | temp = std::fmax(temp, counter);
| ^~~~
| max