Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【每日一题】- 2019-08-14 - 最接近的数字 #111

Closed
azl397985856 opened this issue Aug 13, 2019 · 2 comments
Closed

【每日一题】- 2019-08-14 - 最接近的数字 #111

azl397985856 opened this issue Aug 13, 2019 · 2 comments
Labels
Daily Question 每日一题 stale wontfix This will not be worked on

Comments

@azl397985856
Copy link
Owner

一个K位的数N
(K≤2000,N≤1020)

找出一个比N大且最接近的数,这个数的每位之和与N相同,用代码实现之。
例如:0050 所求书数字为0104;112 所求数为121;

@azl397985856 azl397985856 added the Daily Question 每日一题 label Aug 13, 2019
@stale
Copy link

stale bot commented Nov 12, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Nov 12, 2019
@stale
Copy link

stale bot commented Jan 11, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Jan 11, 2020
@stale stale bot closed this as completed Jan 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Daily Question 每日一题 stale wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant