Problem | eatingparallelograms |
---|---|
User | SA |
Submission Time | 2025-06-20 16:29:05 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
eatingparallelograms.cpp: In function ‘int main()’:
eatingparallelograms.cpp:8:5: error: expected initializer before ‘long’
8 | long long S[N]
| ^~~~
eatingparallelograms.cpp:10:11: error: ‘P’ was not declared in this scope
10 | cin>> P[N];
| ^
eatingparallelograms.cpp:11:11: error: ‘S’ was not declared in this scope
11 | cin>> S[N];
| ^