Problem | area_noi |
---|---|
User | friedcircuits177 |
Submission Time | 2024-02-03 14:15:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
area_noi.cpp: In function ‘int main()’:
area_noi.cpp:16:25: error: expected ‘;’ before ‘}’ token
16 | record = w*h
| ^
| ;
17 | }
| ~