Problem area
User isaackhong
Submission Time 2023-04-21 20:10:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

area.cpp: In function ‘int main()’:
area.cpp:8:5: error: ‘unsigned’ specified with ‘long double’
8 | unsigned double long areas;
| ^~~~~~~~
area.cpp:11:5: error: ‘unsigned’ specified with ‘long double’
11 | unsigned double long total;
| ^~~~~~~~
area.cpp:12:5: error: ‘unsigned’ specified with ‘long double’
12 | unsigned double long l;
| ^~~~~~~~
area.cpp:13:5: error: ‘unsigned’ specified with ‘long double’
13 | unsigned double long b;
| ^~~~~~~~