Problem wronganswer
User YH
Submission Time 2024-12-13 10:40:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

wronganswer.cpp: In function ‘int main()’:
wronganswer.cpp:8:31: error: invalid operands of types ‘int’ and ‘<unresolved overloaded function type>’ to binary ‘operator<<’
8 | cout << (a + b == 0) ? 1 : 0 << endl;
| ~~^~~~~~~