若是凉夜已成梦

青春里 总有些事情要努力去做 总有些梦想要拼命去追。


  • 运维

  • 前端

  • 编程

  • 随笔

  • hust-oj

1545: Factovisors

发表于 2017-10-06   |   分类于 HUSTOJ   |   阅读次数 1,137

题目描述

The factorial function, n! is defined as follows for all non-negative integers n:

0! = 1
n! = n x (n – 1)! (n > 0)

We say that a divides b if there exists an integer k such that

k x a = b

输入

The input to your program consists of several lines, each containing two non-negative integers, n and m, both less than 231.

输出

For each input line, output a line stating whether or not m divides n!, in the format shown below.

样例输入

6 9
6 27
20 10000
20 100000
1000 1009


样例输出

9 divides 6!
27 does not divide 6!
10000 divides 20!
100000 does not divide 20!
1009 does not divide 1000!

参考代码

暂无

解析

暂无

hustoj

发表评论 取消回复

邮箱地址不会被公开。 必填项已用*标注

*
*


hoxis wechat
著作权归作者所有
站点更新说明
  • 文章目录
  • 站点概览
若是凉夜已成梦

若是凉夜已成梦

青春里 总有些事情要努力去做 总有些梦想要拼命去追。

1904 日志
6 分类
12 标签
RSS
weibo github twitter facebook

友情链接

原站点 Skip Dreams孤独患者
© 2017 若是凉夜已成梦
Powered by WordPress | 已运行
Theme By NexT.Mist