Problem area
User kesleryak
Submission Time 2024-04-25 17:56:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

area.cpp: In function ‘int main()’:
area.cpp:13:9: error: ‘old’ was not declared in this scope
13 | old += (x * y);
| ^~~
area.cpp:16:13: error: ‘old’ was not declared in this scope
16 | cout << old;
| ^~~