摘要: #include<stdio.h> int main() { printf("hello,mars\n"); return 0; } #include<stdio.h> int product (int,int); int main (void) { int x,y,s; scanf("%d %d",&x,&y); s=product(x,y); printf("The mul is:%d",s) 阅读全文
posted @ 2019-10-17 22:44 正义丨元素丨铸星 阅读(134) 评论(0) 推荐(0)