Problem area
User lololol
Submission Time 2024-02-12 03:36:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

area.cpp: In function ‘int main()’:
area.cpp:11:2: error: ‘cout’ was not declared in this scope
11 | cout<<total;
| ^~~~
area.cpp:2:1: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
1 | #include<stdio.h>
+++ |+#include <iostream>
2 | using namespace std;