Problem area_noi
User jeongleean
Submission Time 2025-11-21 11:05:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

area_noi.cpp: In function ‘int main()’:
area_noi.cpp:12:7: error: expected ‘;’ before ‘if’
12 | a*=b
| ^
| ;
13 | if (y<a) {
| ~~