Problem area
User Andrew
Submission Time 2024-10-30 14:50:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

area.cpp: In function ‘int main()’:
area.cpp:8:17: error: expected ‘;’ before ‘cin’
8 | cin >> A
| ^
| ;
9 | cin >> B;
| ~~~