刷题

A Plus B

DescriptionWrite a function that add two numbers A and B.ClarificationAre a and b both 32-bit integers?Yes.Can I use bit operation?Sure you can.ChallengeOf course you can just return a + b to get acce
2020-01-08 / 0 comments