| Problem | rebuild |
|---|---|
| User | Pan |
| Submission Time | 2024-01-05 15:09:47 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
rebuild.cpp: In function ‘bool rebuild(int, std::vector<int>, bool)’:
rebuild.cpp:30:6: error: ‘sum’ was not declared in this scope; did you mean ‘summ’?
30 | if (sum%2) return false;
| ^~~
| summ