Problem | wabot |
---|---|
User | innerspace777 |
Submission Time | 2024-06-12 13:18:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
wabot.cpp: In function ‘int32_t main()’:
wabot.cpp:6:5: error: ‘max’ was not declared in this scope; did you mean ‘std::max’?
6 | max = 3e5
| ^~~
| std::max
In file included from /usr/include/c++/9/algorithm:62,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:65,
from wabot.cpp:1:
/usr/include/c++/9/bits/stl_algo.h:3468:5: note: ‘std::max’ declared here
3468 | max(initializer_list<_Tp> __l, _Compare __comp)
| ^~~