Problem | area_noi |
---|---|
User | innerspace777 |
Submission Time | 2024-05-25 16:31:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
area_noi.cpp: In function ‘int32_t main()’:
area_noi.cpp:10:37: error: expected ‘;’ before ‘}’ token
10 | total = std::max(total, A*B)
| ^
| ;
11 | }
| ~