| Problem | eatingparallelograms |
|---|---|
| User | zhangkee |
| Submission Time | 2025-06-20 16:19:55 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
eatingparallelograms.cpp: In function ‘int main()’:
eatingparallelograms.cpp:13:9: error: ‘i’ was not declared in this scope
13 | for(i=0;i<N;i++){
| ^
eatingparallelograms.cpp:14:14: error: expected ‘;’ before ‘P’
14 | cin P;
| ^~
| ;
eatingparallelograms.cpp:17:9: error: ‘i’ was not declared in this scope
17 | for(i=0;i<N;i++){
| ^
eatingparallelograms.cpp:18:12: error: expected ‘;’ before ‘S’
18 | cin S;
| ^~
| ;