Problem | area |
---|---|
User | Akshar |
Submission Time | 2024-06-19 11:05:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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;
| ^~~~