Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
354442 胡珂 【C2-4】求落地次数 C++ 解答错误 0 3 MS 240 KB 157 2025-10-03 13:08:23

Tests(0/1):


#include <bits/stdc++.h> using namespace std; int main(){ double n=100.0; int sum=0; while(n<0.5){ sum++; n/=2; } cout<<sum; return 0; }


测评信息: