私信TA
用户名:dotcpp0717441
访问量:4006
签 名:
自我简介:
作者: Forrest 发表时间:2024-05-13 18:39:05 浏览:21 | 评论:0
解题思路:数据类型 double注意事项:参考代码:
#include<iostream> #include<string> using namespace std; int main() { double res = 0, x = 1; for(int i = 1; i <= 30; i ++){ x *= i; res += x; } printf("%.2e",res); return 0; }
0.0分
0 人评分
看不懂代码解释一下代码? 或者生成一段代码?试试AI编程助手吧