博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
UARL 1095. Nikifor 3
阅读量:5167 次
发布时间:2019-06-13

本文共 1986 字,大约阅读时间需要 6 分钟。

1095. Nikifor 3

Time limit: 1.0 second
Memory limit: 64 MB
Nikifor knows that a certain positive integer has in its decimal form each of the digits 1,2,3,4. You are asked to determine if Nikifor can rearrange the digits of the number in such a way that the new number divides by 7.

Input

The first line contains the number 
N (not exceeding 10000) of positive integers that are to be checked. The next 
N lines contain these integers. Each number has no more than 20 digits.

Output

For each of the 
N numbers output a number divisible by 7 that can be obtained from the corresponding number from the input data by a rearrangement of the digits. If such rearrangement does not exist you should output 0 in the corresponding line. In the case of several valid rearrangements you may find only one of them.

Sample

input output
21234531234
4123354123
Problem Author: Dmitry Filimonenkov
Problem Source: USU Open Collegiate Programming Contest March'2001 Senior Session
Tags: none  
(
)

转载于:https://www.cnblogs.com/GODLIKEING/p/3341435.html

你可能感兴趣的文章
C# 进制转换(二进制、十六进制、十进制互转)
查看>>
熟悉css/css3颜色属性
查看>>
删除指定表的所有索引,包括主键索引,唯一索引和普通索引 ,适用于sql server 2005 ....
查看>>
一步一步写算法(之爬楼梯)
查看>>
SQL Server 多实例下的复制
查看>>
Wix打包系列(五) 部署数据库
查看>>
构建ASP.NET MVC4+EF5+EasyUI+Unity2.x注入的后台管理系统(20)-权限管理系统-根据权限获取菜单...
查看>>
临时禁用Resharper
查看>>
[UML]UML系列——时序图(顺序图)sequence diagram
查看>>
EPPlus 读取 csv另存为的xlsx 文件出错
查看>>
【ASP.NET Web API教程】2.3.7 创建首页
查看>>
LINQ to Entities 不识别方法“System.String ToString()”,因此该方法无法转换为存储表达式。...
查看>>
每天进步一点点 用AJAX自动校验用户名是否与已有用户名重复
查看>>
正则表达式
查看>>
机器学习(四) SVM 支持向量机
查看>>
c 字符串 函数
查看>>
Android 拖动条/滑动条控件、星级评分控件
查看>>
Linux 使用pwgen命令创建随机密码
查看>>
Vmware esxi开启snmp服务
查看>>
LogLog
查看>>