摘要: #include int main() { int a,b; scanf("%d,%d",&a,&b); printf("%d\n",a-b); return 0; } 阅读全文
posted @ 2018-09-16 21:43 Estwind 阅读(1678) 评论(0) 推荐(0)