Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
71064 sh25_zhoumy 人口增长 C++ 编译错误 0 MS 0 KB 225 2025-10-24 14:35:17

Tests(0/0):


#include <iostream> using namespace std; int main() { int x, n; cin >> x >> n; double population = x * pow(1 + 0.001, n); cout << fixed << setprecision(4) << population << endl;


测评信息: