| Problem | competition |
|---|---|
| User | nutzzzz |
| Submission Time | 2025-02-01 09:17:28 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
competition.cpp: In function ‘int main()’:
competition.cpp:41:52: error: expected ‘)’ before ‘;’ token
41 | int sumb = std::accumulate(vb.begin(), vb.end(), 0;
| ~ ^
| )