文件名称:258.AddDigits
- 所属分类:
- 其他小程序
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2016-04-10
- 文件大小:
- 710kb
- 下载次数:
- 0次
- 提 供 者:
- 重***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Leetcode 258.Add Digits
Leetcode 第258题AC源码。-Given a non-negative integer num, repeatedly add all its digits until the result has only one digit.
For example:
Given num = 38, the process is like: 3+ 8 = 11, 1+ 1 = 2. Since 2 has only one digit, return it.
Leetcode 第258题AC源码。-Given a non-negative integer num, repeatedly add all its digits until the result has only one digit.
For example:
Given num = 38, the process is like: 3+ 8 = 11, 1+ 1 = 2. Since 2 has only one digit, return it.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
258.AddDigits\258.AddDigits\258.AddDigits.cpp
.............\.............\258.AddDigits.vcproj
.............\.............\258.AddDigits.vcproj.yelongteng-PC.yelongteng.user
.............\.............\Debug\258.AddDigits.exe.embed.manifest
.............\.............\.....\258.AddDigits.exe.embed.manifest.res
.............\.............\.....\258.AddDigits.exe.intermediate.manifest
.............\.............\.....\258.AddDigits.obj
.............\.............\.....\258.AddDigits.pch
.............\.............\.....\BuildLog.htm
.............\.............\.....\mt.dep
.............\.............\.....\stdafx.obj
.............\.............\.....\vc90.idb
.............\.............\.....\vc90.pdb
.............\.............\ReadMe.txt
.............\.............\stdafx.cpp
.............\.............\stdafx.h
.............\.............\targetver.h
.............\258.AddDigits.ncb
.............\258.AddDigits.sln
.............\258.AddDigits.suo
.............\Debug\258.AddDigits.exe
.............\.....\258.AddDigits.ilk
.............\.....\258.AddDigits.pdb
.............\258.AddDigits\Debug
.............\258.AddDigits
.............\Debug
258.AddDigits