Problem | collectmushrooms |
---|---|
User | samvar0907 |
Submission Time | 2024-01-15 14:05:49 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
collectmushrooms.cpp: In function βint main()β:
collectmushrooms.cpp:35:138: error: expected primary-expression before β<<β token
35 | std::cout << *std::max_element(deliciousness.begin() + i.second.first, deliciousness.begin() + i.second.second + 1); << std::endl;
| ^~