摘要: # 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! 阅读全文
posted @ 2019-10-16 23:56 花木 阅读(72) 评论(1) 推荐(0)