摘要: #include "stdio.h"int main(){ double num,answer; int i; double qurt(int x);​ scanf("%lf",&num); answer=qurt(num); printf("%lf",answer);}double qurt(in 阅读全文
posted @ 2021-11-24 09:59 eliotJones 阅读(144) 评论(0) 推荐(0)