| Problem | area |
|---|---|
| User | CookieCoder |
| Submission Time | 2025-07-14 17:05:54 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
area.cpp: In function ‘int main()’:
area.cpp:14:9: error: no match for ‘operator+=’ (operand types are ‘std::vector<int>’ and ‘int’)
14 | areas += A * B;
| ~~~~~~^~~~~~~~