| Problem | lboard |
|---|---|
| User | CHEN115217 |
| Submission Time | 2026-02-21 01:26:56 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lboard.cpp: In function ‘int main()’:
lboard.cpp:102:18: error: ‘max_element’ was not declared in this scope
102 | M = *max_element(&sides[0], &sides[5]);
| ^~~~~~~~~~~