摘要: #include int main() { printf("201983270458\n"); printf("hello ,world"); return 0; } #include int product(int,int); int main(void) { int x,y,s; scanf("%d%d",&x,&y); s=product(x,y);... 阅读全文
posted @ 2019-10-20 11:26 娀七- 阅读(104) 评论(2) 推荐(0)