摘要: 1. #include<stdio.h>long fun(long s);int main(){ long s,t; printf("enter a number:"); while(scanf_s("%ld",&s)!=EOF){ t=fun(s); printf("new number is:% 阅读全文
posted @ 2022-11-08 21:46 小王同志6 阅读(16) 评论(0) 推荐(0)