Problem | lis_easy |
---|---|
User | Hijackedsoul |
Submission Time | 2023-07-07 17:07:35 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lis_easy.cpp: In function ‘int main()’:
lis_easy.cpp:22:24: error: ‘fmax’ is not a member of ‘std’; did you mean ‘max’?
22 | temp = std::fmax(temp, counter);
| ^~~~
| max