摘要: #include <stdio.h> int main() { #include <stdio.h> #include <math.h> int main() { double x, ans; while(scanf("%lf", &x) != EOF) { ans = pow(x, 365); p 阅读全文
posted @ 2022-03-27 19:05 歌姬虎哥 阅读(26) 评论(0) 推荐(0)