标签:hdu 正整数 contain input oid nbsp 编程 get help
1.A/B?()
题目链接:
#include<stdio.h> #include<math.h> #include<stdlib.h> #include<string.h> int main(void) { int n; scanf("%d",&n); while(n>0) { int A; int B; scanf("%d %d",&A,&B); if(A%B==0) printf("YES"); else printf("NO"); printf("\n"); n--; } return 0; }
2.Max Num
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2071
http://acm.hdu.edu.cn/showproblem.php?pid=2071
标签:hdu 正整数 contain input oid nbsp 编程 get help
原文地址:https://www.cnblogs.com/ping2yingshi/p/12288877.html