Problem | feast |
---|---|
User | YEethui |
Submission Time | 2023-11-08 10:35:28 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
feast.cpp: In function ‘int main()’:
feast.cpp:55:17: error: invalid operands of types ‘long long int’ and ‘bool (*)(long long int, long long int)’ to binary ‘operator-’
55 | sum -= *bala;
| ~~~~^~~~~~~~
feast.cpp:55:21: error: in evaluation of ‘operator-=(long long int, bool (*)(long long int, long long int))’
55 | sum -= *bala;
| ^~~~
feast.cpp:56:17: error: lvalue required as increment operand
56 | bala++;
| ^~