第二天

# include <stdio.h>
#include<math.h>
int main()
{
    int A,B,c,d;
    scanf("%d %d",&A,&B);
    c=abs('A');
    d=abs('B');
    if(c+d<32767)
    {
        printf("Hello, %d and %d!",A,B);
    }
    
    
}
 看起来虽然简单 但是我却收获了不少 这东西  真的是抓细节  长教训了
posted @ 2019-10-16 23:56  花木  阅读(72)  评论(1)    收藏  举报