摘要:
实验任务1 实验任务2-1 #include<stdio.h> #include <math.h> int main() { double x, ans; while(scanf("%lf", &x) != EOF) { ans = pow(x, 365); printf("%.2f的365次方: 阅读全文
posted @ 2022-10-14 14:49
kenmochitoya
阅读(12)
评论(0)
推荐(0)
2022年10月14日