Problem eatingparallelograms
User ritesh
Submission Time 2025-06-20 16:26:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eatingparallelograms.cpp: In function ‘int main()’:
eatingparallelograms.cpp:24:48: error: expected ‘}’ at end of input
24 | sizeAndPower[i] = {sizes[i], powers[i]};
| ^
eatingparallelograms.cpp:23:54: note: to match this ‘{’
23 | for (int i = 0; i < numberOfParallelograms; i++) {
| ^
eatingparallelograms.cpp:24:48: error: expected ‘}’ at end of input
24 | sizeAndPower[i] = {sizes[i], powers[i]};
| ^
eatingparallelograms.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^