| Problem | gecko |
|---|---|
| User | R9q5P8 |
| Submission Time | 2025-10-27 11:54:58 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
gecko.cpp: In function ‘int main()’:
gecko.cpp:34:90: error: expected ‘}’ at end of input
34 | cout << *max_element(numGrid[numGrid.size()-1].begin(), numGrid[numGrid.size()-1].end());
| ^
gecko.cpp:8:1: note: to match this ‘{’
8 | {
| ^