src2020/1670_chaishu/Readme.md

17 lines
284 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 1670 『入门』(递归专题)整数拆段
[问题描述]
  将一个位数为L4≤L≤10的自然数N拆成4段使各段对应的数的乘积最小。你能编一个程序实现吗
[输入格式]
  一个自然数N。
[输出格式]
  一个整数,最小乘积。
[输入样例]
321427
[输出样例]
2268