Problem | eatingparallelograms |
---|---|
User | hongshiii |
Submission Time | 2025-06-20 13:37:04 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
eatingparallelograms.cpp: In function ‘int32_t main()’:
eatingparallelograms.cpp:5:13: error: expected unqualified-id before ‘long’
5 | #define int long long
| ^~~~
eatingparallelograms.cpp:8:12: note: in expansion of macro ‘int’
8 | int P, int S;
| ^~~
eatingparallelograms.cpp:9:17: error: ‘S’ was not declared in this scope
9 | cin >> P >> S;
| ^