Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
18222 123ZZZ_999 百万富翁问题 C++ 解答错误 0 MS 248 KB 236 2023-05-23 19:23:16

Tests(0/1):


#include<iostream> using namespace std; int main(){ int x = 100000; float y = 0.01,tmp = 0; for(int i = 0;i <30;i ++){ tmp += y; y = 2*y; } printf("%d\n%ld",30*x,tmp); return 0; }


测评信息: