Problem | eatingparallelograms |
---|---|
User | omesh123 |
Submission Time | 2025-06-20 15:18:05 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
eatingparallelograms.cpp: In function ‘int main()’:
eatingparallelograms.cpp:13:23: error: expected ‘;’ before ‘cin’
13 | powerq.push(x)
| ^
| ;
14 |
15 | cin >> y;
| ~~~
eatingparallelograms.cpp:16:22: error: expected ‘;’ before ‘}’ token
16 | sizeq.push(y)
| ^
| ;
17 | }
| ~