#include <stdio.h> #include <stdlib.h> #include <math.h> int main() {double x, ans; while(scanf("%lf", &x) !=EOF) {ans=pow(x, 365); printf("%.2f的365次方: %.2f\n", x, ans); printf("\n"); } return 0;}
posted on 2022-03-22 18:17 孙羽彤 阅读(18) 评论(0) 收藏 举报
博客园 © 2004-2025 浙公网安备 33010602011771号 浙ICP备2021040463号-3