Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
83736 sh25_huangse 水池何时干枯 C++ 通过 0 MS 248 KB 194 2026-02-01 20:11:50

Tests(1/1):


#include<iostream> using namespace std; int main(){ float n; cin>>n; int days=0; while(n>0){ ++days; n=n-3+0.05; } cout<<days; return 0; }


测评信息: