| Problem | area_noi |
|---|---|
| User | hitarthdangra |
| Submission Time | 2026-02-20 17:54:46 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
area_noi.cpp: In function ‘int main()’:
area_noi.cpp:21:29: error: expected ‘;’ before ‘}’ token
21 | best = max(h[i]*w[i],best)
| ^
| ;
22 | }
| ~