码迷,mamicode.com
首页 > 编程语言 > 详细

HDU 2075: A|B? (in Java)

时间:2017-08-13 01:06:29      阅读:138      评论:0      收藏:0      [点我收藏+]

标签:ref   round   mat   font   mil   can   port   int()   stat   

A|B?

import java.util.*;
import java.math.*;
class Main{
public static void main(String args[])
{
Scanner scanner=new Scanner(System.in);
int T=scanner.nextInt();
while(T--!=0)
{
int A=scanner.nextInt(),B=scanner.nextInt();
System.out.println(A%B==0?"YES":"NO");
}
}

HDU 2075: A|B? (in Java)

标签:ref   round   mat   font   mil   can   port   int()   stat   

原文地址:http://www.cnblogs.com/zjnu/p/7352078.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!