Problem | eatingparallelograms |
---|---|
User | Shauryaw |
Submission Time | 2025-06-20 14:21:08 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
eatingparallelograms.cpp: In function ‘int main()’:
eatingparallelograms.cpp:16:12: error: overloaded function with no contextual type information
16 | index = i;
| ^
eatingparallelograms.cpp:21:9: error: invalid operands of types ‘int’ and ‘<unresolved overloaded function type>’ to binary ‘operator!=’
21 | if (i != index) {
| ~~^~~~~~~~