【摘要】A 题 很简单,比较a和d的大小即可。 代码如下: #include using namespace std; int main(){ int a,d; scanf("%d%d",&a,&d); if(a