Problem | area |
---|---|
User | Dolphy |
Submission Time | 2023-04-24 11:26:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
area.cpp: In function ‘int main()’:
area.cpp:6:2: error: expected initializer before ‘long’
6 | long long int total=0;
| ^~~~
area.cpp:10:16: error: ‘b’ was not declared in this scope
10 | cin >> b;
| ^
area.cpp:11:9: error: ‘total’ was not declared in this scope
11 | total += a*b;
| ^~~~~
area.cpp:13:13: error: ‘total’ was not declared in this scope
13 | cout << total;
| ^~~~~