Problem | area |
---|---|
User | BoneMeBurner |
Submission Time | 2024-03-22 17:35:27 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
area.cpp: In function ‘int main()’:
area.cpp:8:12: error: expected primary-expression before ‘int’
8 | cin >> int b >> int c;
| ^~~
area.cpp:9:12: error: ‘b’ was not declared in this scope
9 | sum += b*c;
| ^
area.cpp:9:14: error: ‘c’ was not declared in this scope
9 | sum += b*c;
| ^