CS-Notes
CS-Notes copied to clipboard
Leetcode 题解 - 双指针 2.两数平方和(力扣633) 使用int定义提交报错
使用int定义时,输入2147483600测试异常。是否考虑使用long
多谢解答,我也遇到了相同的问题,用long之后就解决了!