chenyufeng1991 / 66.-Plus-One

Given a non-negative number represented as an array of digits, plus one to the number. The digits are stored such that the most significant digit is at the head of the list.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

66.-Plus-One

Given a non-negative number represented as an array of digits, plus one to the number. The digits are stored such that the most significant digit is at the head of the list.

About

Given a non-negative number represented as an array of digits, plus one to the number. The digits are stored such that the most significant digit is at the head of the list.


Languages

Language:C++ 100.0%