Bug Report for https://neetcode.io/problems/sum-of-two-integers
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
question clearly indicates that dont use + or - operator , but for testing purpose i used return a+b
shockingly it passed all test cases and code is accepted .
Bug Report for https://neetcode.io/problems/sum-of-two-integers
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
question clearly indicates that dont use + or - operator , but for testing purpose i used return a+b
shockingly it passed all test cases and code is accepted .