第二天
# 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);
}
}
看起来虽然简单 但是我却收获了不少 这东西 真的是抓细节 长教训了

浙公网安备 33010602011771号