文件名称:Divisible-by-15
介绍说明--下载内容均来自于网络,请自行研究使用
问题描述:
给定一个只包含数字[0..9]的字符串,求使用字符串中的某些字符,构建一个能够整除15的最大的整数。
注意,字符串中的每个字符只能使用一次。
编程任务:
求由给定字符串构建的能够整除15的最大整数。-Problem Descr iption:
Given a string containing only numbers [0..9], and requires the use of certain characters in a string, one can construct the largest integer divisible by 15.
Note that each character in the string can only be used once.
Programming tasks:
Request by the given string can build the largest integer divisible by 15.
给定一个只包含数字[0..9]的字符串,求使用字符串中的某些字符,构建一个能够整除15的最大的整数。
注意,字符串中的每个字符只能使用一次。
编程任务:
求由给定字符串构建的能够整除15的最大整数。-Problem Descr iption:
Given a string containing only numbers [0..9], and requires the use of certain characters in a string, one can construct the largest integer divisible by 15.
Note that each character in the string can only be used once.
Programming tasks:
Request by the given string can build the largest integer divisible by 15.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
整除15.txt