这道题要注意的点主要为:1、 一开始还考虑为负数设个flag,先把负数变成正数,计算之后再变回去。实际没有必要,JAVA里面对负数取?;故歉菏?,所以不影响运算结果。2、开始还...
题目 Given a string, find the length of the longest substring without repeating character...
题目描述 You are given two linked lists representing two non-negative numbers. The digits a...