| Problem | lis |
|---|---|
| User | BoneMeBurner |
| Submission Time | 2024-08-07 22:52:02 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lis.cpp: In function ‘int main()’:
lis.cpp:21:14: error: ‘max_element’ was not declared in this scope
21 | cout << *max_element(dparray, dparray + n);
| ^~~~~~~~~~~