Problem | area |
---|---|
User | supercel980 |
Submission Time | 2025-04-28 16:08:53 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
area.cpp: In function ‘int main()’:
area.cpp:4:53: error: expected ‘;’ before ‘long’
4 | cin.tie(0);ios_base::sync_with_stdio(0);cout.tie(0)
| ^
| ;
5 | long long total, n,a,b;
| ~~~~
area.cpp:6:9: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
6 | cin >> n;
| ^
| yn
area.cpp:7:2: error: ‘total’ was not declared in this scope
7 | total = 0;
| ^~~~~
area.cpp:9:10: error: ‘a’ was not declared in this scope
9 | cin >> a >> b;
| ^
area.cpp:9:15: error: ‘b’ was not declared in this scope
9 | cin >> a >> b;
| ^