Problem | stepgame |
---|---|
User | dzuizz |
Submission Time | 2023-06-21 08:17:26 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
stepgame.cpp: In function ‘int main()’:
stepgame.cpp:17:14: error: ‘min_element’ was not declared in this scope
17 | cout << *min_element(dp[1], dp[1] + n) << '\n';
| ^~~~~~~~~~~