标签:初学者 turn div \n style printf color else span
#include<stdio.h> int main() { int a,b,c; scanf("%d%d%d",&a,&b,&c); if(a%b==0&&a%c==0) printf("Yes\n"); else printf("No\n"); return 0; }
标签:初学者 turn div \n style printf color else span
原文地址:https://www.cnblogs.com/Estwind/p/9784662.html