#include <stdio.h> void sub (int x,int y,int *z) { *z=x-y; } void main()

我要回帖

 

随机推荐