| Problem | whiteboardgame |
|---|---|
| User | undefinedcritter |
| Submission Time | 2026-05-03 14:04:54 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
whiteboardgame.cpp: In function ‘int main()’:
whiteboardgame.cpp:18:35: error: cannot convert ‘__gnu_cxx::__normal_iterator<int*, std::vector<int> >’ to ‘int’ in assignment
18 | else {lowest = min_element(v.begin(),v.end()); }
| ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
| |
| __gnu_cxx::__normal_iterator<int*, std::vector<int> >