0
点赞
收藏
分享

微信扫一扫

Multiple of 3 Or 5(翻译)

千行 2022-02-14 阅读 76
c++

描述http://noi.openjudge.cn/english/23/

How many positive integers are there which is less than N and is a multiple of 3 or a multiple of 5.

输入

One positive integer N (N <= 100000).

输出

One integer.

描述:

有多少个小于3 or 5的正整数

输入:

一个正整数N(小于等于100000)

输出:

一个整数
————————————————

举报

相关推荐

0 条评论