摘要: #include<stdio.h> static int add(int a,int b); static int sub(int a,int b); static int mul(int a,int b); static int div(int a,int b); static int abs(i 阅读全文
posted @ 2021-12-22 15:07 hiligei 阅读(44) 评论(0) 推荐(0) 编辑