| Problem | area |
|---|---|
| User | Javel17 |
| Submission Time | 2024-06-19 10:42:31 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
area.cpp: In function ‘int main()’:
area.cpp:11:3: error: ‘total’ was not declared in this scope
11 | total area += static_cast<long long>(a)*b;
| ^~~~~
area.cpp:13:10: error: ‘total’ was not declared in this scope
13 | cout << total area < endl
| ^~~~~