Problem area_noi
User CookieCoder
Submission Time 2025-02-19 15:50:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

area_noi.cpp: In function ‘int main()’:
area_noi.cpp:19:28: error: expected ‘;’ before ‘}’ token
19 | areas.push((h[i] * w[i]))
| ^
| ;
20 | }
| ~