Problem area
User TheInvadr
Submission Time 2023-01-09 22:15:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

area.cpp: In function ‘int main()’:
area.cpp:4:5: error: ‘cin’ was not declared in this scope
4 | cin>>n;
| ^~~
area.cpp:11:5: error: ‘cout’ was not declared in this scope
11 | cout<<x;
| ^~~~