Problem area
User Akshar
Submission Time 2024-06-19 11:01:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

area.cpp:1:1: error: ‘include’ does not name a type
1 | include <iostream>
| ^~~~~~~
area.cpp: In function ‘int main()’:
area.cpp:6:2: error: ‘cin’ was not declared in this scope
6 | cin >> N;
| ^~~
area.cpp:15:2: error: ‘cout’ was not declared in this scope
15 | cout << total_area << endl;
| ^~~~
area.cpp:15:24: error: ‘endl’ was not declared in this scope
15 | cout << total_area << endl;
| ^~~~